Skip to content

Commit 46877a1

Browse files
fix: remove useless console log
1 parent 7bfea9c commit 46877a1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

resources/js/app/components/placeholder-list/placeholder-params.vue

-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,6 @@ export default {
9696
}
9797
try {
9898
this.decodedValue = JSON.parse(decoded);
99-
console.log(this.decodedValue);
10099
} catch(e) {
101100
console.error(e, decoded, this.value);
102101
}

0 commit comments

Comments
 (0)