Remove unused console.log

pull/1/head
yflory 8 years ago
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…
Cancel
Save