Skip to content

Commit

Permalink
[ENH] removed empty view decorator
Browse files Browse the repository at this point in the history
  • Loading branch information
guyzmo committed Jan 23, 2013
1 parent 660eec4 commit 8feb2ae
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion PolluxConfig/pollux/pollux_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,6 @@ def get_geoloc(query,config,sensors):
return v

@route('/data/csv')
@view()
def get_data(config,sensors):
path = os.path.split(config.get_datastores()["local"]["path"])[0]
filename = os.path.split(config.get_datastores()["local"]["path"])[-1]
Expand Down

0 comments on commit 8feb2ae

Please sign in to comment.