From a1e1e5e6d85d52e9f2d5ed01bd5ce979d340a640 Mon Sep 17 00:00:00 2001 From: DonRenando Date: Wed, 18 Mar 2015 09:38:08 +0100 Subject: [PATCH] modif --- SRC/public/js/memory.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SRC/public/js/memory.js b/SRC/public/js/memory.js index c9f3227..bb146d0 100755 --- a/SRC/public/js/memory.js +++ b/SRC/public/js/memory.js @@ -34,7 +34,7 @@ function Memory( options, level, nbcase ) { //console.log(nbcase); - console.log("bob"); + //console.log("bob"); this.options = extend( {}, this.options ); extend( this.options, options ); this._init(level, nbcase);