mirror of
				https://github.com/ynerant/Level-Editor.git
				synced 2025-11-04 07:52:10 +01:00 
			
		
		
		
	Remove debug message
This commit is contained in:
		@@ -217,7 +217,6 @@ public class Main
 | 
				
			|||||||
				if (baseWidthStr == null)
 | 
									if (baseWidthStr == null)
 | 
				
			||||||
					return false;
 | 
										return false;
 | 
				
			||||||
				baseWidth = Integer.parseInt(baseWidthStr) * 16;
 | 
									baseWidth = Integer.parseInt(baseWidthStr) * 16;
 | 
				
			||||||
				JOptionPane.showMessageDialog(null, "NOMBRE : " + baseWidth);
 | 
					 | 
				
			||||||
				if (baseWidth < 0)
 | 
									if (baseWidth < 0)
 | 
				
			||||||
					throw new NumberFormatException();
 | 
										throw new NumberFormatException();
 | 
				
			||||||
				if (baseWidth == 0)
 | 
									if (baseWidth == 0)
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user