remove console.error

This commit is contained in:
Niels Lyngsø
2020-05-05 15:01:44 +02:00
parent a2fe48d887
commit 1320191a8a

View File

@@ -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;