Skip to content
Snippets Groups Projects
Commit 31769f03 authored by Ben Adida's avatar Ben Adida
Browse files

remove console.log from dummy

parent 49673382
No related branches found
No related tags found
No related merge requests found
......@@ -80,6 +80,6 @@ BigIntDummy.FORTY_TWO = new BigIntDummy("42",10);
BigIntDummy.ready_p = true;
BigIntDummy.setup = function(callback, fail_callback) {
console.log("using dummy bigint");
//console.log("using dummy bigint");
callback();
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment