Skip to content

Commit

Permalink
Removed debug output
Browse files Browse the repository at this point in the history
Signed-off-by: Nils Hartmann <nils@nilshartmann.net>
  • Loading branch information
nilshartmann committed Aug 8, 2014
1 parent 6e2b148 commit d7246af
Showing 1 changed file with 3 additions and 3 deletions.
Expand Up @@ -149,9 +149,9 @@ private boolean isAnt4EclipseThread(Thread thread) {
@Override
public boolean setPropertyHook(String ns, String name, Object value, boolean inherited, boolean user, boolean isNew) {

if (name.startsWith("buildPlugin.project.directory")) {
System.out.println(String.format("~~~ [%s] 1 - setPropertyHook(%s ,%s )", Thread.currentThread(), name, value));
}
// if (name.startsWith("buildPlugin.project.directory")) {
// System.out.println(String.format("~~~ [%s] 1 - setPropertyHook(%s ,%s )", Thread.currentThread(), name, value));
// }

//
final Thread currentThread = Thread.currentThread();
Expand Down

0 comments on commit d7246af

Please sign in to comment.