Remove dev check

This commit is contained in:
Ruud
2012-04-27 10:05:59 +02:00
parent 263a972b88
commit d489b574f0
+1 -1
View File
@@ -263,7 +263,7 @@ class Scanner(Plugin):
file_too_new = tryInt(time.time() - file_time)
break
if file_too_new and not Env.get('dev'):
if file_too_new:
log.info('Files seem to be still unpacking or just unpacked (created on %s), ignoring for now: %s' % (time.ctime(file_time), identifier))
continue