Index: /issm/trunk-jpl/src/m/io/loadvars.py
===================================================================
--- /issm/trunk-jpl/src/m/io/loadvars.py	(revision 21357)
+++ /issm/trunk-jpl/src/m/io/loadvars.py	(revision 21358)
@@ -8,5 +8,4 @@
 from collections import OrderedDict
 from whichdb import whichdb
-from collections import OrderedDict
 from model import *
 
@@ -180,8 +179,4 @@
 								else:
 									Tree.__dict__[str(var)]=varval[:,:]
-							try:
-								print('treated {}.{} with type {}'.format(mod,var,type(Tree.__dict__[str(var)])))
-							except AttributeError:
-								print('treated {}.{} with type {}'.format(mod,var,type(Tree[0].__dict__[str(var)])))
 						elif vardim==3:
 							if type(Tree)==list:
