Remove debug message

This commit is contained in:
Yohann D'ANELLO 2020-02-25 00:21:47 +01:00
parent 6fa0ef5ba4
commit 397a2c337a
1 changed files with 0 additions and 1 deletions

View File

@ -217,7 +217,6 @@ public class Main
if (baseWidthStr == null)
return false;
baseWidth = Integer.parseInt(baseWidthStr) * 16;
JOptionPane.showMessageDialog(null, "NOMBRE : " + baseWidth);
if (baseWidth < 0)
throw new NumberFormatException();
if (baseWidth == 0)