Skip to content
Snippets Groups Projects
Commit 997da219 authored by Karl Prieb's avatar Karl Prieb
Browse files

remove console.log

parent e30ed11a
No related branches found
No related tags found
No related merge requests found
...@@ -218,7 +218,6 @@ Meteor.startup(function() { ...@@ -218,7 +218,6 @@ Meteor.startup(function() {
if (Meteor.isCordova) { if (Meteor.isCordova) {
cordova.plugins.clipboard.copy(permalink); cordova.plugins.clipboard.copy(permalink);
} else { } else {
console.log('permalink', $(event.currentTarget));
$(event.currentTarget).attr('data-clipboard-text', permalink); $(event.currentTarget).attr('data-clipboard-text', permalink);
} }
return toastr.success(TAPi18n.__('Copied')); return toastr.success(TAPi18n.__('Copied'));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment