diff --git a/utils/jammit.py b/utils/jammit.py index 268a1c49c..411d90494 100644 --- a/utils/jammit.py +++ b/utils/jammit.py @@ -26,7 +26,6 @@ class JammitAssets: Read the assets from the YAML and store it as a lookup dictionary. """ filepath = os.path.join(self.assets_dir, self.ASSET_FILENAME) - print filepath f = open(filepath, 'r') return yaml.load(f.read())