Skip to content

Commit

Permalink
remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
Karl Prieb committed May 26, 2017
1 parent e30ed11 commit 997da21
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/rocketchat-lib/client/MessageAction.js
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,6 @@ Meteor.startup(function() {
if (Meteor.isCordova) {
cordova.plugins.clipboard.copy(permalink);
} else {
console.log('permalink', $(event.currentTarget));
$(event.currentTarget).attr('data-clipboard-text', permalink);
}
return toastr.success(TAPi18n.__('Copied'));
Expand Down

0 comments on commit 997da21

Please sign in to comment.