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:
parent
1247b230bc
commit
69b31ba86f
@ -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>();
|
||||
|
Loading…
x
Reference in New Issue
Block a user