Skip to content

Commit

Permalink
remove print r
Browse files Browse the repository at this point in the history
  • Loading branch information
amartya-dev committed Feb 8, 2024
1 parent 812dac3 commit 6188ae6
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions includes/SiteGen/SiteGen.php
Original file line number Diff line number Diff line change
Expand Up @@ -281,16 +281,6 @@ public static function generate_site_meta( $site_info, $identifier, $skip_cache
}
}

print_r(
wp_json_encode(
array(
'hiivetoken' => 'test-ai-sitegen',
'prompt' => self::get_prompt_from_info( $site_info ),
'identifier' => $identifier,
)
)
);

$response = wp_remote_post(
NFD_AI_BASE . 'generateSiteMeta',
array(
Expand Down

0 comments on commit 6188ae6

Please sign in to comment.