Skip to content

Commit 9728b47

Browse files
committed
remove console.log
1 parent 1e13b1e commit 9728b47

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dpsoftware/node-red-dashboard-2-ui-lcd",
3-
"version": "1.2.0",
3+
"version": "1.2.5",
44
"description": "Character LCD for Node-Red Dashboard 2",
55
"keywords": [
66
"node-red",

ui/components/LCD.vue

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,6 @@ export default {
7676
var row = msg.row || 0;
7777
var col = msg.col || 0;
7878
79-
console.log(row);
80-
console.log(col);
81-
8279
if (msg.cusChar && Array.isArray(msg.cusChar)) {
8380
this.lcd.set(row, col, msg.cusChar);
8481
}

0 commit comments

Comments
 (0)