From 0134a084d7f9a998b3ea89e0f3c898cbd157b851 Mon Sep 17 00:00:00 2001
From: Hal Simpson <hasimpson@usgs.gov>
Date: Tue, 7 Jul 2015 13:03:21 -0600
Subject: [PATCH] pulled out debug code

---
 bin/geomag.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/bin/geomag.py b/bin/geomag.py
index 4b4f5198e..d31936aeb 100755
--- a/bin/geomag.py
+++ b/bin/geomag.py
@@ -193,9 +193,9 @@ def parse_args():
             default='variation',
             choices=['variation', 'quasi-definitive', 'definitive'])
     parser.add_argument('--locationcode',
-            choices=['R0', 'R1', 'RM', 'Q0', 'D0', 'C0', 'Z1'])
+            choices=['R0', 'R1', 'RM', 'Q0', 'D0', 'C0'])
     parser.add_argument('--outlocationcode',
-            choices=['R0', 'R1', 'RM', 'Q0', 'D0', 'C0', 'Z1'])
+            choices=['R0', 'R1', 'RM', 'Q0', 'D0', 'C0'])
     parser.add_argument('--interval',
             default='minute',
             choices=['minute', 'second'])
-- 
GitLab