Skip to content

Commit

Permalink
chore: Remove print_r
Browse files Browse the repository at this point in the history
  • Loading branch information
attiks committed Aug 5, 2024
1 parent 2cdebaa commit f827b5b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,6 @@ protected function sendToBedRock($text) : string {
*/
protected function sendToTitanPremier($text) : string {
$result = ocha_ai_summarize_http_call_titan_premier($text);
print_r($result);
return $result['results'][0]['outputText'] ?? '';
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,6 @@ protected function sendToBedRock($text) : string {
*/
protected function sendToTitanPremier($text) : string {
$result = ocha_ai_summarize_http_call_titan_premier($text);
print_r($result);
return $result['results'][0]['outputText'] ?? '';
}

Expand Down

0 comments on commit f827b5b

Please sign in to comment.