aboutsummaryrefslogtreecommitdiffstats
path: root/apps/workflowengine/js
diff options
context:
space:
mode:
Diffstat (limited to 'apps/workflowengine/js')
-rw-r--r--apps/workflowengine/js/filesystemtagsplugin.js5
1 files changed, 0 insertions, 5 deletions
diff --git a/apps/workflowengine/js/filesystemtagsplugin.js b/apps/workflowengine/js/filesystemtagsplugin.js
index 026345571e7..684b854f68a 100644
--- a/apps/workflowengine/js/filesystemtagsplugin.js
+++ b/apps/workflowengine/js/filesystemtagsplugin.js
@@ -26,11 +26,6 @@
OCA.WorkflowEngine.Plugins.FileSystemTagsPlugin = {
getCheck: function() {
this.collection = OC.SystemTags.collection;
- this.collection.fetch({
- success: function() {
- console.log('done loading tags');
- }
- });
return {
'class': 'OCA\\WorkflowEngine\\Check\\FileSystemTags',