Skip to content

Commit

Permalink
removed debug statement; closes #61
Browse files Browse the repository at this point in the history
  • Loading branch information
opoudjis committed Mar 20, 2018
1 parent f3ebfbc commit 93c3adf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion napval/aslservice.go
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ func LoadASLLookupData() {
id := r["ACARA ID"]
id_state := id + r["State"]

log.Println("ASLID:", id, "ASL_STATE:", id_state)
//log.Println("ASLID:", id, "ASL_STATE:", id_state)

ibf_aslid.Add(id)
ibf_aslstateid.Add(id_state)
Expand Down

0 comments on commit 93c3adf

Please sign in to comment.