Remove console.log that was left behind

This commit is contained in:
Sebastiaan Janssen
2018-08-23 22:23:41 +02:00
committed by GitHub
parent 44bd3dec9a
commit b67c06a85a

View File

@@ -139,8 +139,6 @@
}
function setNodePublishStatus(node) {
console.log(node);
// deleted node
if(node.trashed === true) {
scope.publishStatus.label = localizationService.localize("general_deleted");