mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-21 16:06:16 -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){
|
||||
callback(err);
|
||||
});
|
||||
console.error("cool I got here");
|
||||
callback();
|
||||
}
|
||||
], function (err)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue