From eb271584e1765ae56b2bc5faec3d2a6c110292b0 Mon Sep 17 00:00:00 2001 From: Daniela Genius <genius@debussy.soc.lip6.fr> Date: Tue, 29 May 2018 07:01:59 +0200 Subject: [PATCH] elimination println --- .../window/JDialogAvatarddExecutableCodeGeneration.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main/java/ui/window/JDialogAvatarddExecutableCodeGeneration.java b/src/main/java/ui/window/JDialogAvatarddExecutableCodeGeneration.java index db7714e04f..18a392893a 100755 --- a/src/main/java/ui/window/JDialogAvatarddExecutableCodeGeneration.java +++ b/src/main/java/ui/window/JDialogAvatarddExecutableCodeGeneration.java @@ -538,7 +538,7 @@ public class JDialogAvatarddExecutableCodeGeneration extends javax.swing.JFrame if (avddspec == null) { jta.append("Error: No AVATAR Deployemnt specification\n"); } else { - System.err.println("**AVATAR TOPCELL found"); + //System.err.println("**AVATAR TOPCELL found"); TopCellGenerator topCellGenerator = new TopCellGenerator(avddspec, tracemode.isSelected(), avspec); testGo(); @@ -546,10 +546,10 @@ public class JDialogAvatarddExecutableCodeGeneration extends javax.swing.JFrame try { jta.append("Saving MPSoC code in files\n"); - System.err.println("Saving MPSoC code in files\n"); + //System.err.println("Saving MPSoC code in files\n"); pathCode = code2.getText(); - System.err.println("AVATAR TOPCELL saved in " + code2.getText()); + //System.err.println("AVATAR TOPCELL saved in " + code2.getText()); topCellGenerator.saveFile(pathCode); jta.append("Code saved\n"); @@ -613,7 +613,7 @@ public class JDialogAvatarddExecutableCodeGeneration extends javax.swing.JFrame if (avddspec == null) { jta.append("Error: No AVATAR Deployment specification\n"); } else { - System.err.println("AVATAR TOPCELL found"); + //System.err.println("AVATAR TOPCELL found"); } TopCellGenerator topCellGenerator = new TopCellGenerator(avddspec, tracemode.isSelected(), avspec); -- GitLab