Remove unused console.log

pull/1/head
yflory 2017-06-09 12:31:07 +02:00
parent 8bee45d0f4
commit ca95b5c42b
1 changed files with 0 additions and 1 deletions

View File

@ -40,7 +40,6 @@ define(function () {
var renameCb = function (err, newTitle) {
if (err) { return; }
updateLocalTitle(newTitle);
console.log('here');
onLocal();
};