Production
----------
@authenticate
def foobar():
....
-----------
#@authenticate ( Because developers are lazy, while testing)
Production
----------
@authenticate
def foobar():
Development-----------
#@authenticate ( Because developers are lazy, while testing)
def foobar():
And accidentally pushing the code, with authentication decorator (python) commented.