Commit 8832bd42 authored by Vincent Pelletier's avatar Vincent Pelletier

Drop effect-less statement.

parent 95216790
......@@ -47,7 +47,6 @@ class Log(object):
np = "SELECT * FROM packet WHERE id>?"
date = self._filter_from
if date:
self._filter_from
date = " AND date>=%f" % date
nl += date
np += date
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment