Skip to content

Commit

Permalink
pkp/pkp-lib#9790 Clean console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
jardakotesovec committed Mar 19, 2024
1 parent e4f3c17 commit 6cba440
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/Form/fields/FieldColor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ export default {
* @param {String} newVal
*/
setValue: function (newVal) {
console.log('set value triggered');
if (newVal.hex === this.currentValue) {
return;
}
Expand Down

0 comments on commit 6cba440

Please sign in to comment.