mirror of
				https://github.com/node-red/node-red.git
				synced 2025-03-01 10:36:34 +00:00 
			
		
		
		
	Remove extra debug
This commit is contained in:
		@@ -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;
 | 
			
		||||
}
 | 
			
		||||
};
 | 
			
		||||
		Reference in New Issue
	
	Block a user