Remove unused console.log
This commit is contained in:
parent
8bee45d0f4
commit
ca95b5c42b
@ -40,7 +40,6 @@ define(function () {
|
||||
var renameCb = function (err, newTitle) {
|
||||
if (err) { return; }
|
||||
updateLocalTitle(newTitle);
|
||||
console.log('here');
|
||||
onLocal();
|
||||
};
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user