Index: LMDZ6/trunk/libf/phylmd/surf_landice_mod.F90
===================================================================
--- LMDZ6/trunk/libf/phylmd/surf_landice_mod.F90	(revision 5191)
+++ LMDZ6/trunk/libf/phylmd/surf_landice_mod.F90	(revision 5196)
@@ -466,5 +466,4 @@
     do j=1,knon 
       i=knindex(j)
-      print*, "tempsmoothlic", tempsmoothlic(i)
       tempsmoothlic(i)=temp_air(j)*coef_tempsmooth+tempsmoothlic(i)*(1.-coef_tempsmooth)
       if (tempsmoothlic(i) .lt. ta1) then
