mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-22 00:16:15 -04:00
remove console error
This commit is contained in:
parent
1fd99bfd43
commit
ea4307ae97
1 changed files with 0 additions and 1 deletions
|
@ -50,7 +50,6 @@ async.series([
|
||||||
padManager.removePad(padId, function(err){
|
padManager.removePad(padId, function(err){
|
||||||
callback(err);
|
callback(err);
|
||||||
});
|
});
|
||||||
console.error("cool I got here");
|
|
||||||
callback();
|
callback();
|
||||||
}
|
}
|
||||||
], function (err)
|
], function (err)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue