Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed issue where pause throws an error #6938

Merged
merged 16 commits into from
Jan 13, 2023
Prev Previous commit
Next Next commit
Removed console log
  • Loading branch information
maneesht committed Jan 10, 2023
commit 90cce8618d77034684e38fab842151aa66d54ebc
1 change: 0 additions & 1 deletion packages/storage/test/integration/integration.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,6 @@ describe('FirebaseStorage Exp', () => {
snapshot => {
const p = [snapshot.bytesTransferred, snapshot.totalBytes];
if (snapshot.bytesTransferred > 0 && !hasPaused) {
console.log('pausing');
task.pause();
hasPaused = true;
}
Expand Down