1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00

Update 21-debug.html

Tidy up a leftover development debug message ... with a smile!
This commit is contained in:
ralphwetzel 2022-05-03 22:17:00 +02:00 committed by GitHub
parent 55ecc7a92c
commit bbc32c4cd0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -530,7 +530,6 @@
if (type !== 'full') {
comp = $("#node-input-typed-complete").typedInput('value');
}
console.log('hihi')
that.statusType = "auto";
that.statusVal = comp;
}