Remove extra debug

This commit is contained in:
Nick O'Leary
2023-09-25 17:38:16 +01:00
parent 51cb61940d
commit a489b270d1

View File

@@ -13,7 +13,6 @@
* See the License for the specific language governing permissions and
* limitations under the License.
**/
try {
RED.validators = {
number: function(blankAllowed,mopt){
return function(v, opt) {
@@ -53,8 +52,4 @@ RED.validators = {
return false
}
}
};
} catch(err) {
console.log(err)
debugger;
}
};