Index: /issm/trunk/src/m/utils/BC/SetIceSheetBC.m
===================================================================
--- /issm/trunk/src/m/utils/BC/SetIceSheetBC.m	(revision 6305)
+++ /issm/trunk/src/m/utils/BC/SetIceSheetBC.m	(revision 6306)
@@ -41,9 +41,7 @@
 end
 
-displaystring(md.verbose,'%s',['      boundary conditions for prognostic model initialization']);
 md.spcthickness=zeros(md.numberofgrids,2);
 
 if (length(md.observed_temperature)==md.numberofgrids),
-	displaystring(md.verbose,'%s',['      boundary conditions for thermal model']);
 	md.spctemperature=[md.gridonsurface md.observed_temperature]; %impose observed temperature on surface
 	if (length(md.geothermalflux)~=md.numberofgrids),
Index: /issm/trunk/src/m/utils/BC/SetIceShelfBC.m
===================================================================
--- /issm/trunk/src/m/utils/BC/SetIceShelfBC.m	(revision 6305)
+++ /issm/trunk/src/m/utils/BC/SetIceShelfBC.m	(revision 6306)
@@ -72,9 +72,7 @@
 end
 
-displaystring(md.verbose,'%s',['      boundary conditions for prognostic model initialization']);
 md.spcthickness=zeros(md.numberofgrids,2);
 
 if (length(md.observed_temperature)==md.numberofgrids),
-	displaystring(md.verbose,'%s',['      boundary conditions for thermal model']);
 	md.spctemperature=[md.gridonsurface md.observed_temperature]; %impose observed temperature on surface
 	if (length(md.geothermalflux)~=md.numberofgrids),
Index: /issm/trunk/src/m/utils/BC/SetMarineIceSheetBC.m
===================================================================
--- /issm/trunk/src/m/utils/BC/SetMarineIceSheetBC.m	(revision 6305)
+++ /issm/trunk/src/m/utils/BC/SetMarineIceSheetBC.m	(revision 6306)
@@ -76,9 +76,7 @@
 end
 
-displaystring(md.verbose,'%s',['      boundary conditions for prognostic model initialization']);
 md.spcthickness=zeros(md.numberofgrids,2);
 
 if (length(md.observed_temperature)==md.numberofgrids),
-	displaystring(md.verbose,'%s',['      boundary conditions for thermal model']);
 	md.spctemperature=[md.gridonsurface md.observed_temperature]; %impose observed temperature on surface
 	if (length(md.geothermalflux)~=md.numberofgrids),
