chore: remove console statement
This commit is contained in:
@@ -267,7 +267,6 @@ class TagsViewCtrl extends PureViewCtrl<unknown, TagState> {
|
|||||||
|
|
||||||
async clickedAddNewTag() {
|
async clickedAddNewTag() {
|
||||||
if (this.getState().editingTag) {
|
if (this.getState().editingTag) {
|
||||||
console.log('editing');
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
const newTag = await this.application.createTemplateItem(
|
const newTag = await this.application.createTemplateItem(
|
||||||
|
|||||||
Reference in New Issue
Block a user