Skip to content

Commit

Permalink
Remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
fnoks committed Oct 30, 2019
1 parent 0abd84c commit 9361892
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scripts/h5peditor-library.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,6 @@ ns.Library.prototype.updateCopyPasteButtons = function () {
const canPaste = pasteCheck.canPaste;
const canCopy = (this.currentLibrary !== undefined && this.currentLibrary !== '-');

console.log(this, this.currentLibrary, canCopy);

this.$copyButton
.prop('disabled', !canCopy)
.toggleClass('disabled', !canCopy);
Expand Down

0 comments on commit 9361892

Please sign in to comment.