diff --git a/addons/web_hello/static/openerp/base_hello.js b/addons/web_hello/static/openerp/base_hello.js index d36a6da6c13..2043af6d4ea 100644 --- a/addons/web_hello/static/openerp/base_hello.js +++ b/addons/web_hello/static/openerp/base_hello.js @@ -11,15 +11,6 @@ instance.web.SearchView = instance.web.SearchView.extend({ } }); -// here you may tweak globals object, if any, and play with on_* or do_* callbacks on them - -instance.web.Login = instance.web.Login.extend({ - start: function() { - console.log('Hello there'); - return this._super.apply(this,arguments); - } -}); - }; // vim:et fdc=0 fdl=0: