Skip to content
Snippets Groups Projects
Commit b29d4fa9 authored by Frode Petterson's avatar Frode Petterson
Browse files

Remove code that someone else added by accident

parent 4d050342
Branches
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment