Skip to content

Commit 909c3da

Browse files
committed
set debug flag to false
1 parent 19a75d4 commit 909c3da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/fdk.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ const fdkExtension = setupFdk({
4646
},
4747
// Set debug to true to print all API calls and interactions with fdk-extension-javascript library
4848
// Useful for development and debugging. Set to false in production to reduce console noise
49-
debug: true,
49+
debug: false,
5050
storage: storage,
5151
access_mode: 'offline',
5252
});

0 commit comments

Comments
 (0)