Skip to content

Commit 77857be

Browse files
committed
removed console log
1 parent 20a9602 commit 77857be

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ function privateKeyPassed(options: ImageKitOptions) {
1616

1717
const promisify = function <T = void>(thisContext: ImageKit, fn: Function) {
1818
return function (...args: any[]): Promise<T> | void {
19-
console.log('arg: ', args);
2019
if (args.length === fn.length && typeof args[args.length - 1] !== "undefined") {
2120
if (typeof args[args.length - 1] !== "function") {
2221
throw new Error("Callback must be a function.");

0 commit comments

Comments
 (0)