emscripten Humble Cloud interface
Edward Rudd
2014-08-30 cd3ceacab7ac68180a123959a5c16d6424038e09

remove log entries

1 files modified
3 ■■■■■ changed files
client/library/library_cloudfs.js 3 ●●●●● patch | view | raw | blame | history
client/library/library_cloudfs.js
@@ -26,9 +26,6 @@
                    var src = populate ? remote : local;
                    var dst = populate ? local : remote;
                    console.log('source', src);
                    console.log('destination', dst);
                    CLOUDFS.reconcile(mount, src, dst, callback);
                });
            });