We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d26fe68 commit 60d4f5cCopy full SHA for 60d4f5c
src/lib/ctx.ts
@@ -57,9 +57,6 @@ export default (options: Record<string, string>): Context => {
57
orientation: config.mobile.orientation || constants.MOBILE_ORIENTATION_PORTRAIT,
58
}
59
60
-
61
- console.dir(basicAuthObj)
62
- console.log("**************")
63
if (config.basicAuthorization){
64
basicAuthObj = config.basicAuthorization
65
0 commit comments