aboutsummaryrefslogtreecommitdiff
path: root/src/crypto
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2019-08-26 01:39:13 +0200
committerFlorian Dold <florian.dold@gmail.com>2019-08-26 01:39:13 +0200
commite2b7441e7398adadc7e69a09f7dfd6a281f2fa41 (patch)
treef6627170857c61cfe276fed2ea32865d9e97f962 /src/crypto
parentc367669d3bbeac76bc2f2b4d27f338f3bd6c9876 (diff)
downloadwallet-core-e2b7441e7398adadc7e69a09f7dfd6a281f2fa41.tar.xz
slightly more sane logging
Diffstat (limited to 'src/crypto')
-rw-r--r--src/crypto/nodeEmscriptenLoader.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/crypto/nodeEmscriptenLoader.ts b/src/crypto/nodeEmscriptenLoader.ts
index 834e29bfc..65d54a702 100644
--- a/src/crypto/nodeEmscriptenLoader.ts
+++ b/src/crypto/nodeEmscriptenLoader.ts
@@ -24,7 +24,6 @@ export class NodeEmscriptenLoader {
} else {
// We're in a normal node environment
const binaryPath = __dirname + "/../../../emscripten/taler-emscripten-lib.wasm";
- console.log("reading from", binaryPath);
const wasmBinary = new Uint8Array(fs.readFileSync(binaryPath));
return wasmBinary;
}