remove workaround for closure compiler that is now causing problems

was added in 5a60e543a5
master
Hubert Chathi 2023-03-17 17:50:10 -04:00
parent ab4cbcd01a
commit 8f4b81b512
1 changed files with 0 additions and 1 deletions

View File

@ -14,7 +14,6 @@ if (typeof(window) !== 'undefined') {
var bytes = nodeCrypto['randomBytes'](buf.length);
buf.set(bytes);
};
process = global["process"];
} else {
throw new Error("Cannot find global to attach library to");
}