Remove unused console.log
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…
Reference in New Issue