CC-2612 : Upgrade: Push DB metadata into the file before upgrade

might have too much data to log it.
This commit is contained in:
Naomi Aro 2011-07-29 11:57:06 +02:00
parent fb5c0803ce
commit 1e6d9efad2
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ class AirtimeMediaMonitorBootstrap():
command = "find %s -type f -iname '*.ogg' -o -iname '*.mp3' -readable" % dir
stdout = self.mmc.exec_command(command)
self.logger.info(stdout)
#self.logger.info(stdout)
new_files = stdout.splitlines()