aboutsummaryrefslogtreecommitdiffstats
path: root/apps/workflowengine/js/admin.js
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2016-07-27 15:37:03 +0200
committerJoas Schilling <coding@schilljs.com>2016-08-01 17:19:04 +0200
commitc6bf641ebeda790320ff58ba083e654b50e16900 (patch)
treef049915be3b8f52ed2cd693b7ceeaf3fb281d767 /apps/workflowengine/js/admin.js
parent306d725bc3bb5f7d921887e5af7a5df95f215ec0 (diff)
downloadnextcloud-server-c6bf641ebeda790320ff58ba083e654b50e16900.tar.gz
nextcloud-server-c6bf641ebeda790320ff58ba083e654b50e16900.zip
Add system tag check
Diffstat (limited to 'apps/workflowengine/js/admin.js')
-rw-r--r--apps/workflowengine/js/admin.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/workflowengine/js/admin.js b/apps/workflowengine/js/admin.js
index b9f0744732f..e6df4b75f70 100644
--- a/apps/workflowengine/js/admin.js
+++ b/apps/workflowengine/js/admin.js
@@ -348,7 +348,6 @@
this.renderOperation(operation);
},
renderOperation: function(operation){
- console.log(operation);
var subView = new OCA.WorkflowEngine.OperationView({
model: operation
}),