Skip to content

Commit

Permalink
chore(files): remove console
Browse files Browse the repository at this point in the history
  • Loading branch information
josephmcg authored and stavares843 committed Apr 13, 2022
1 parent d0bc115 commit 9671c2a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libraries/Files/remote/textile/Bucket.ts
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,6 @@ export class Bucket extends RFM implements RFMInterface {
window.onunload = () => writer.abort()

for await (const bytes of this.buckets.pullPath(this.key, id)) {
console.log(bytes)
writer.write(bytes)
}
writer.close()
Expand Down

0 comments on commit 9671c2a

Please sign in to comment.