Skip to content

Commit

Permalink
lib: remove obfuscation
Browse files Browse the repository at this point in the history
  • Loading branch information
indutny committed Aug 7, 2017
1 parent 7e6f9d2 commit f49058f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/bn.js
Expand Up @@ -50,8 +50,7 @@

var Buffer;
try {
// Obfuscate that we require Buffer, to reduce size
Buffer = require('buf' + 'fer').Buffer;
Buffer = require('buffer').Buffer;
} catch (e) {
}

Expand Down

0 comments on commit f49058f

Please sign in to comment.