Skip to content
This repository was archived by the owner on May 28, 2023. It is now read-only.

Commit 0c1abf3

Browse files
committed
removed debug console.log
1 parent fd79580 commit 0c1abf3

File tree

1 file changed

+0
-1
lines changed
  • src/image/cache/google-cloud-storage

1 file changed

+0
-1
lines changed

src/image/cache/google-cloud-storage/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ export default class GoogleCloudStorageImageCache extends ImageCache {
4444
}
4545

4646
createKey(): string {
47-
console.log(createHash('md5').update(this.req.url).digest('hex'))
4847
return createHash('md5').update(this.req.url).digest('hex')
4948
}
5049

0 commit comments

Comments
 (0)