libsaria: Remove callback print statement

This was just to make sure it was being triggered.
This commit is contained in:
Bryan Schumaker 2011-05-22 09:28:04 -04:00
parent 4f8f4d3ce3
commit cb162bfa9f
1 changed files with 0 additions and 1 deletions

View File

@ -47,5 +47,4 @@ def queue_changed():
on_filter = null_cb
def refilter():
print "filtering..."
on_refilter()