]> git.mxchange.org Git - pizzaservice-swing.git/commitdiff
these are noisy debug lines ...
authorRoland Haeder <roland@mxchange.org>
Sat, 7 May 2016 14:34:01 +0000 (16:34 +0200)
committerRoland Haeder <roland@mxchange.org>
Sat, 7 May 2016 14:34:01 +0000 (16:34 +0200)
src/org/mxchange/pizzaapplication/application/PizzaServiceApplication.java

index 9a88f5821f806bff33c802dfe51ecc9627593475..51a91f0a4759d92479b348bb0da97d708b7a155e 100644 (file)
@@ -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;
        }