Skip to content

Commit

Permalink
removed useless debug print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
doutriaux1 committed Sep 24, 2018
1 parent d1c65e3 commit ebf67c8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/python/diurnal/scripts/computeStdDailyMeansWrapped.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,6 @@ def compute(params):
template.variable = varbname

fileList = glob.glob(os.path.join(directory, template()))
print("DIRE GLOB:",os.path.join(directory, template()))
print("FILES:", fileList)

params = [INPUT(args, name, template) for name in fileList]
Expand Down

0 comments on commit ebf67c8

Please sign in to comment.