We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19a75d4 commit 909c3daCopy full SHA for 909c3da
app/fdk.js
@@ -46,7 +46,7 @@ const fdkExtension = setupFdk({
46
},
47
// Set debug to true to print all API calls and interactions with fdk-extension-javascript library
48
// Useful for development and debugging. Set to false in production to reduce console noise
49
- debug: true,
+ debug: false,
50
storage: storage,
51
access_mode: 'offline',
52
});
0 commit comments