Remove stray print statements

Left by @geigerzaehler in 4835475f.
This commit is contained in:
Adrian Sampson 2014-09-02 13:51:10 -07:00
parent 4b11eed79f
commit 68d835e4a0

View file

@ -950,8 +950,6 @@ def read_tasks(session):
.format(displayable_path(dirs)))
skipped += 1
continue
print(paths)
print(read_items(paths))
yield ImportTask(toppath, dirs, read_items(paths))
# Indicate the directory is finished.