libs/web: remove debug code from cbi.js
authorJo-Philipp Wich <jow@openwrt.org>
Wed, 1 Dec 2010 20:59:36 +0000 (20:59 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Wed, 1 Dec 2010 20:59:36 +0000 (20:59 +0000)
libs/web/htdocs/luci-static/resources/cbi.js

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