Skip to content

Commit

Permalink
fix: remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonella Sgarlatta committed Jun 14, 2021
1 parent df1257a commit bfef98f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/assets/javascripts/views/tags/tags_view.ts
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,6 @@ class TagsViewCtrl extends PureViewCtrl<unknown, TagState> {

async clickedAddNewTag() {
if (this.getState().editingTag) {
console.log('editing');
return;
}
const newTag = await this.application.createTemplateItem(
Expand Down

0 comments on commit bfef98f

Please sign in to comment.