Skip to content

Commit

Permalink
settings: Remove a print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
suutari-ai committed Feb 9, 2018
1 parent a33e7e6 commit a855473
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion parkkihubi/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@

# Create var root if it doesn't exist
if not os.path.isdir(VAR_ROOT):
print('Creating var root %s' % VAR_ROOT)
os.makedirs(VAR_ROOT)

MEDIA_ROOT = os.path.join(VAR_ROOT, 'media')
Expand Down

0 comments on commit a855473

Please sign in to comment.