Skip to content

Commit

Permalink
remove debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
robkooper committed Nov 13, 2012
1 parent 1e58777 commit 8243d52
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion web/finished.php
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@
}
for($year=$start; $year<=$end; $year++) {
$file="${runid}/${year}.nc";
print_r("${folder}/out/${file}");
if (file_exists("${folder}/out/${file}")) {
$outputs .= createOption("$file");
$vararr = array_merge($vararr, explode("\n", shell_exec("ncdump -x ${folder}/out/${file} | grep '<variable' | sed 's/.*name=\"\\([^\"]*\\)\".*/\\1/' | sort -u | awk '{print \"<option value=\\\"${runid}/@\" $1 \"\\\">\" $1 \"</option>\" }'")));
Expand Down

0 comments on commit 8243d52

Please sign in to comment.