Skip to content
Snippets Groups Projects
Commit f332c019 authored by Hal Simpson's avatar Hal Simpson
Browse files

Removed check print, and unused code

parent 3a6e7203
No related branches found
No related tags found
No related merge requests found
......@@ -581,7 +581,7 @@ def parse_args(args):
type=edge.LocationCode)
parser.add_argument('--interval',
default='minute',
choices=['hourly', 'minute', 'second', 'tenth'])
choices=['hourly', 'minute', 'second'])
parser.add_argument('--update',
action='store_true',
default=False,
......
......@@ -125,9 +125,6 @@ class GOESIMFV283Factory(IMFV283Factory):
for server in self.server:
print >> sys.stderr, server
print >> sys.stderr, self.password
print >> sys.stderr, self.getdcpmessages
print >> sys.stderr, self.directory + '/' + self.criteria_file_name
proc = subprocess.Popen(
[self.getdcpmessages,
'-h ' + server,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment