mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-08-15 12:27:50 +00:00
removed old debug output
This commit is contained in:
@@ -26,7 +26,7 @@
|
|||||||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||||
* SUCH DAMAGE.
|
* SUCH DAMAGE.
|
||||||
*
|
*
|
||||||
* $Id: VariableWatcher.java,v 1.4 2007/02/02 11:02:16 fros4943 Exp $
|
* $Id: VariableWatcher.java,v 1.5 2007/03/22 11:13:19 fros4943 Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package se.sics.cooja.plugins;
|
package se.sics.cooja.plugins;
|
||||||
@@ -82,10 +82,7 @@ public class VariableWatcher extends VisPlugin {
|
|||||||
public VariableWatcher(Mote moteToView, Simulation simulation, GUI gui) {
|
public VariableWatcher(Mote moteToView, Simulation simulation, GUI gui) {
|
||||||
super("Variable Watcher (" + moteToView + ")", gui);
|
super("Variable Watcher (" + moteToView + ")", gui);
|
||||||
|
|
||||||
System.out.println("?!!");
|
|
||||||
|
|
||||||
moteMemory = (AddressMemory) moteToView.getMemory();
|
moteMemory = (AddressMemory) moteToView.getMemory();
|
||||||
System.out.println("?!!");
|
|
||||||
|
|
||||||
JLabel label;
|
JLabel label;
|
||||||
integerFormat = NumberFormat.getIntegerInstance();
|
integerFormat = NumberFormat.getIntegerInstance();
|
||||||
|
Reference in New Issue
Block a user