Skip to content

Commit

Permalink
chore: remove debug flag
Browse files Browse the repository at this point in the history
  • Loading branch information
HardeepAsrani committed Dec 14, 2023
1 parent 5620959 commit 1faf5dd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion inc/Admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,6 @@ public function add_nps_form() {
$config = array(
'environmentId' => 'clp9hp3j71oqndl2ietgq8nej',
'apiHost' => 'https://app.formbricks.com',
'debug' => true,
'userId' => 'raft_' . $website_url,
'attributions' => array(
'days_since_install' => self::convert_to_category( round( ( time() - get_option( 'raft_install', 0 ) ) / DAY_IN_SECONDS ) ),
Expand Down

0 comments on commit 1faf5dd

Please sign in to comment.