[Dart-dev] DART/branches Revision: 12285

dart at ucar.edu dart at ucar.edu
Thu Jan 4 15:05:06 MST 2018


nancy at ucar.edu
2018-01-04 15:05:06 -0700 (Thu, 04 Jan 2018)
77
remove one debugging 'echo' statement that
escaped being cleaned up before.




Modified: DART/branches/recam/assimilation_code/modules/utilities/fixsystem
===================================================================
--- DART/branches/recam/assimilation_code/modules/utilities/fixsystem	2018-01-04 22:02:29 UTC (rev 12284)
+++ DART/branches/recam/assimilation_code/modules/utilities/fixsystem	2018-01-04 22:05:06 UTC (rev 12285)
@@ -105,8 +105,6 @@
     exit 1
   fi
   
-  echo $before1 $todo1 $before2 $todo2
-
   # if we are already in the right state, loop to next file
   if ([ $before1 = $todo1 ] && [ $before2 = $todo2 ]); then continue; fi
  


More information about the Dart-dev mailing list