Skip to content

Commit

Permalink
delete print
Browse files Browse the repository at this point in the history
  • Loading branch information
yelizariev committed Apr 23, 2015
1 parent 29e04ba commit 4f69e2c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion website_redirect/website_redirect_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ def _dispatch(self):
if www == 'www':
host = h
path = request.httprequest.path
print 'path', path
redirect_ids = self.pool['website.redirect'].search(request.cr, SUPERUSER_ID, [])
for redirect in self.pool['website.redirect'].browse(request.cr, SUPERUSER_ID, redirect_ids):
if redirect.domain and redirect.domain != host:
Expand Down

0 comments on commit 4f69e2c

Please sign in to comment.