Getting rid of a print message.

git-svn-id: http://lampsvn.epfl.ch/svn-repos/scala/scala/trunk@6683 5e8d7ff9-d8ef-0310-90f0-a4852d11357a
This commit is contained in:
mcdirmid 2006-03-10 17:25:59 +00:00
parent 692312cb50
commit 4f48a60744
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ abstract class DocGenerator extends Models {
else aref(urlFor(sym), target, sym.nameString);
} catch {
case e : Error =>
System.err.println("SYM=" + sym);
//System.err.println("SYM=" + sym);
Text(sym.toString());
}