mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
This deserves its own commit. Errant print statment. DELETED.
This commit is contained in:
parent
072008cbe4
commit
f0b363d184
1 changed files with 0 additions and 1 deletions
|
@ -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())
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue