web/application.py
changeset 8272 18893bb969d2
parent 8267 486386d9f836
child 8311 76a44a0d7f4b
--- a/web/application.py	Mon Feb 27 11:50:04 2012 +0100
+++ b/web/application.py	Mon Feb 27 11:51:09 2012 +0100
@@ -347,7 +347,6 @@
         :rtype: str
         :return: the result of the pusblished url
         """
-        path = path or 'view'
         # don't log form values they may contains sensitive information
         self.info('publish "%s" (%s, form params: %s)',
                   path, req.session.sessionid, req.form.keys())