remove a debug statement

git-svn-id: https://wala.svn.sourceforge.net/svnroot/wala/trunk@3099 f5eafffb-2e1d-0410-98e4-8ec43c5233c4
This commit is contained in:
sjfink 2008-12-01 19:19:29 +00:00
parent 5310974424
commit b5743d4738
1 changed files with 0 additions and 1 deletions

View File

@ -101,7 +101,6 @@ public abstract class Launcher {
if (cmd == null) {
throw new IllegalArgumentException("cmd cannot be null");
}
System.out.println("spawning process " + cmd);
if (logger != null) {
logger.fine("spawning process " + cmd);
}