We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b60cbc commit d915c63Copy full SHA for d915c63
packages/botonic-plugin-flow-builder/tests/helpers/utils.ts
@@ -71,7 +71,6 @@ export function createRequest({
71
extraData = {},
72
shadowing = false,
73
}: RequestArgs): PluginPreRequest {
74
- console.log({ user })
75
return {
76
session: {
77
is_first_interaction: isFirstInteraction,
@@ -160,11 +159,6 @@ export async function createFlowBuilderPluginAndGetContents({
160
159
},
161
})
162
163
- console.log(
164
- 'UTILS request locale and country',
165
- request.getSystemLocale(),
166
- request.getUserCountry()
167
- )
168
const { contents } = await getContentsAfterPreAndBotonicInit(
169
request,
170
flowBuilderPlugin
0 commit comments