Skip to content
This repository was archived by the owner on Mar 16, 2019. It is now read-only.

Commit 43ecccc

Browse files
committed
Disable Blob polyfill log
1 parent e1f028d commit 43ecccc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/polyfill/Blob.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ import EventTarget from './EventTarget'
1111
const log = new Log('Blob')
1212
const blobCacheDir = fs.dirs.DocumentDir + '/RNFetchBlob-blobs/'
1313

14-
// log.disable()
15-
log.level(3)
14+
log.disable()
15+
// log.level(3)
1616

1717
/**
1818
* A RNFetchBlob style Blob polyfill class, this is a Blob which compatible to

0 commit comments

Comments
 (0)