libs/web: remove debug code from cbi.js

This commit is contained in:
Jo-Philipp Wich 2010-12-01 20:59:36 +00:00
parent d7ff116d8a
commit de3ea4e956

View file

@ -90,7 +90,6 @@ var cbi_validators = {
(RegExp.$2 ? ':' + RegExp.$2 : '');
}
window.status = addr;
return (addr.match(/^(?:[a-fA-F0-9]{1,4}:){7}[a-fA-F0-9]{1,4}$/) != null);
}
}