Remove a debug print

git-svn-id: svn+ssh://labs.libre-entreprise.org/svnroot/larpe@491 3ed937ae-f919-0410-9a43-8e6f19e4ba6e
This commit is contained in:
jschneider 2009-11-17 15:59:03 +00:00
parent 439f900665
commit 975848b053
1 changed files with 0 additions and 1 deletions

View File

@ -801,7 +801,6 @@ POST request. You can desactivate some or all of them, or change their value.'''
if replace_login_form and not 'output_replace_form' in output_filters:
output_filters.append('output_replace_form')
if output_filters:
print output_filters
location = Location(self.host)
conf = { 'auth_form_action': self.host.auth_form_action,
'name': self.host.name,