mirror of https://github.com/xwiki-labs/cryptpad
Remove debug log
This commit is contained in:
parent
b2887a5d69
commit
99011f305a
|
@ -207,7 +207,6 @@ define([
|
|||
nThen(function (waitFor) {
|
||||
accessKeys.forEach(function (obj) {
|
||||
Pinpad.create(network, obj, waitFor(function (e) {
|
||||
console.log('done', obj);
|
||||
if (e) { console.error(e); }
|
||||
}));
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue