removed old debug output
This commit is contained in:
parent
052f4e3a24
commit
d5ac105b8e
@ -26,7 +26,7 @@
|
||||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
* 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;
|
||||
@ -82,10 +82,7 @@ public class VariableWatcher extends VisPlugin {
|
||||
public VariableWatcher(Mote moteToView, Simulation simulation, GUI gui) {
|
||||
super("Variable Watcher (" + moteToView + ")", gui);
|
||||
|
||||
System.out.println("?!!");
|
||||
|
||||
moteMemory = (AddressMemory) moteToView.getMemory();
|
||||
System.out.println("?!!");
|
||||
|
||||
JLabel label;
|
||||
integerFormat = NumberFormat.getIntegerInstance();
|
||||
|
Loading…
Reference in New Issue
Block a user