Skip to content

Commit

Permalink
Code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
n.lyubchich committed Jul 27, 2015
1 parent c5fc9b7 commit b2cd4a8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion project/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
@app.context_processor
def inject_pagechunks():
chunks = {chunk.name: chunk.text for chunk in PageChunk.query.all()}
logging.info(chunks)
return {"pagechunks": chunks}


Expand Down

0 comments on commit b2cd4a8

Please sign in to comment.