comparison src/demo.sml @ 1156:b6111b688060

Remove debug prints
author Adam Chlipala <adamc@hcoop.net>
date Sun, 07 Feb 2010 09:14:06 -0500
parents de48dc2c9ee8
children 8679ba87cf3c
comparison
equal deleted inserted replaced
1155:042f618f7c77 1156:b6111b688060
204 TextIO.output (out, src'); 204 TextIO.output (out, src');
205 TextIO.output (out, ".html\"><tt>"); 205 TextIO.output (out, ".html\"><tt>");
206 TextIO.output (out, src'); 206 TextIO.output (out, src');
207 TextIO.output (out, "</tt></a>")) 207 TextIO.output (out, "</tt></a>"))
208 else 208 else
209 print (src ^ " " 209 ()
210 ^ OS.Path.mkAbsolute {path = dirname,
211 relativeTo = OS.FileSys.getDir ()} ^ "\n")
212 end 210 end
213 in 211 in
214 ifEx "urs"; 212 ifEx "urs";
215 ifEx "ur" 213 ifEx "ur"
216 end) (#sources urpData); 214 end) (#sources urpData);