<p><b>mpetersen@lanl.gov</b> 2012-05-07 12:27:57 -0600 (Mon, 07 May 2012)</p><p>Remove print statement.<br>
</p><hr noshade><pre><font color="gray">Modified: trunk/mpas/src/framework/mpas_io.F
===================================================================
--- trunk/mpas/src/framework/mpas_io.F        2012-05-07 18:18:05 UTC (rev 1872)
+++ trunk/mpas/src/framework/mpas_io.F        2012-05-07 18:27:57 UTC (rev 1873)
@@ -435,7 +435,6 @@
       do while (associated(dim_cursor))
          if (trim(dimname) == trim(dim_cursor % dimhandle % dimname)) then
             if (dimsize /= dim_cursor % dimhandle % dimsize) then
- print *, 'dimsize dim_cursor % dimhandle % dimsize',dimsize, dim_cursor % dimhandle % dimsize
                if (present(ierr)) ierr = MPAS_IO_ERR_REDEF_DIM
             end if
             return

</font>
</pre>