1
0
mirror of https://github.com/arduino/Arduino.git synced 2025-01-18 07:52:14 +01:00

Removed debug message.

This commit is contained in:
Cristian Maglie 2012-12-18 20:28:43 +01:00
parent 1247b230bc
commit 69b31ba86f

View File

@ -41,7 +41,6 @@ public class TargetPlatform {
private MapWithSubkeys customMenus;
public TargetPlatform(String _name, File _folder) {
System.out.println("TargetPlatform: constructor start, name: " + _name);
name = _name;
folder = _folder;
boards = new HashMap<String, PreferencesMap>();