mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Remove extra debug
This commit is contained in:
parent
51cb61940d
commit
a489b270d1
@ -13,7 +13,6 @@
|
|||||||
* See the License for the specific language governing permissions and
|
* See the License for the specific language governing permissions and
|
||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
**/
|
**/
|
||||||
try {
|
|
||||||
RED.validators = {
|
RED.validators = {
|
||||||
number: function(blankAllowed,mopt){
|
number: function(blankAllowed,mopt){
|
||||||
return function(v, opt) {
|
return function(v, opt) {
|
||||||
@ -54,7 +53,3 @@ RED.validators = {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
} catch(err) {
|
|
||||||
console.log(err)
|
|
||||||
debugger;
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user