mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-02-08 03:31:21 +00:00
removed debugging output
This commit is contained in:
parent
b3e7a4e8f7
commit
85322ce03b
@ -1246,7 +1246,6 @@ public class Visualizer extends VisPlugin {
|
|||||||
}
|
}
|
||||||
sb.append(skin.getClass().getName());
|
sb.append(skin.getClass().getName());
|
||||||
}
|
}
|
||||||
logger.debug("sb.toString() " + sb.toString());
|
|
||||||
GUI.setExternalToolsSetting("VISUALIZER_DEFAULT_SKINS", sb.toString());
|
GUI.setExternalToolsSetting("VISUALIZER_DEFAULT_SKINS", sb.toString());
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user