removed debug statements

This commit is contained in:
Frank DeMarco 2012-07-07 17:36:02 +09:00
parent 67885029f4
commit 461ea716a6
1 changed files with 0 additions and 2 deletions

View File

@ -36,9 +36,7 @@ class GameChild:
rel_path = config.get(section, option)
for root in config.get("setup", "resources-search-path"):
if self.is_shared_mode() and not self.is_absolute_path(root):
print "Skipping... {0}".format(root)
continue
print "Searching... {0}".format(root)
path = join(root, rel_path)
if (exists(path)):
return path