Skip to content

Commit

Permalink
remove console.error
Browse files Browse the repository at this point in the history
  • Loading branch information
nielslyngsoe committed May 5, 2020
1 parent a2fe48d commit 1320191
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@

if (vm.editors[index]) {
if (vm.editors[index].content === variant) {
console.error("This editor is already in this place.");
// This variant is already the content of the editor in this index.
return;
}
vm.editors[index].content.active = false;
Expand Down

0 comments on commit 1320191

Please sign in to comment.