Skip to content

Commit 7d56af5

Browse files
committed
Removed console log
1 parent f430e0b commit 7d56af5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/storage/src/implementation/string.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,6 @@ export function base64Bytes_(format: StringFormat, value: string): Uint8Array {
187187
if ((e as Error).message.includes('polyfill')) {
188188
throw e;
189189
}
190-
console.log(e);
191190
throw invalidFormat(format, 'Invalid character found');
192191
}
193192
const array = new Uint8Array(bytes.length);

0 commit comments

Comments
 (0)