Skip to content

Commit

Permalink
Excess noise from add-station
Browse files Browse the repository at this point in the history
  • Loading branch information
kfsone committed Dec 23, 2014
1 parent e93acf8 commit 5893225
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion misc/add-station.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ def addStation(conn, sysName, stnName, distLs, blackMarket):

sysName = sysName.upper()
stnName = titleFixup(stnName)
print(sysName, stnName)

# Check the database
systemID, sysName = lookupSystem(conn, sysName)
Expand Down

0 comments on commit 5893225

Please sign in to comment.