Navigation Menu

Skip to content

Commit

Permalink
Removed dead code.
Browse files Browse the repository at this point in the history
  • Loading branch information
exhuma committed Apr 1, 2013
1 parent d2664d3 commit 3d75322
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lost_tracker/main.py
Expand Up @@ -69,9 +69,6 @@ def advance(groupId, station_id):


@app.route('/station/<path:name>') @app.route('/station/<path:name>')
def station(name): def station(name):
#qry = g.session.query(Station)
#qry = qry.filter_by( name = name )
#station = qry.first()
station = get_stat_by_name(name) station = get_stat_by_name(name)
if not station: if not station:
return abort(404) return abort(404)
Expand Down

0 comments on commit 3d75322

Please sign in to comment.