Skip to content

Commit

Permalink
🔥 Removing leftover console log
Browse files Browse the repository at this point in the history
  • Loading branch information
MiloradFilipovic committed Aug 16, 2023
1 parent 96928f2 commit 6b0d426
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,6 @@ function emitValueChanged() {
function onParameterActionSelected(action: string): void {
switch (action) {
case 'refreshFieldList':
console.log('refreshFieldList');
emit('refreshFieldList');
break;
default:
Expand Down

0 comments on commit 6b0d426

Please sign in to comment.