From: Roland Haeder Date: Sat, 7 May 2016 14:34:01 +0000 (+0200) Subject: these are noisy debug lines ... X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=d70ea8b9c6aab600b9617866c4983465251ace18;p=pizzaservice-swing.git these are noisy debug lines ... --- diff --git a/src/org/mxchange/pizzaapplication/application/PizzaServiceApplication.java b/src/org/mxchange/pizzaapplication/application/PizzaServiceApplication.java index 9a88f58..51a91f0 100644 --- a/src/org/mxchange/pizzaapplication/application/PizzaServiceApplication.java +++ b/src/org/mxchange/pizzaapplication/application/PizzaServiceApplication.java @@ -85,7 +85,7 @@ public class PizzaServiceApplication extends BasePizzaServiceSystem implements P throw new UnsupportedOperationException("Unfinished method."); // Trace message - //this.getLogger().logTrace("EXIT!"); //NOI18N + //* NOISY-DEBUG: */ System.out.println("EXIT!"); //NOI18N } @Override @@ -139,7 +139,7 @@ public class PizzaServiceApplication extends BasePizzaServiceSystem implements P throw new UnsupportedOperationException("Unfinished method."); // Trace message - //this.getLogger().logTrace("EXIT!"); //NOI18N + //* NOISY-DEBUG: */ System.out.println("EXIT!"); //NOI18N } @Override @@ -303,7 +303,7 @@ public class PizzaServiceApplication extends BasePizzaServiceSystem implements P throw new UnsupportedOperationException("not finished yet."); // Trace message - //this.getLogger().logTrace(MessageFormat.format("isUsed={0} - EXIT!", isUsed)); //NOI18N + //* NOISY-DEBUG: */ System.out.println(MessageFormat.format("isUsed={0} - EXIT!", isUsed)); //NOI18N // Return it //return isUsed; }