Skip to content

Commit 60d4f5c

Browse files
feat: addition of cookies and basic auth - 10
1 parent d26fe68 commit 60d4f5c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/lib/ctx.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,6 @@ export default (options: Record<string, string>): Context => {
5757
orientation: config.mobile.orientation || constants.MOBILE_ORIENTATION_PORTRAIT,
5858
}
5959
}
60-
61-
console.dir(basicAuthObj)
62-
console.log("**************")
6360
if (config.basicAuthorization){
6461
basicAuthObj = config.basicAuthorization
6562
}

0 commit comments

Comments
 (0)