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