[Tinyos-2-commits] CVS: tinyos-2.x/apps/tests/TestSerial TestSerial.java, 1.1.2.4, 1.1.2.5

Ben Greenstein bengreenstein at users.sourceforge.net
Wed Jun 14 23:05:14 PDT 2006


Update of /cvsroot/tinyos/tinyos-2.x/apps/tests/TestSerial
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv2969

Modified Files:
      Tag: tinyos-2_0_devel-BRANCH
	TestSerial.java 
Log Message:
removed print statements used for early-stage debugging


Index: TestSerial.java
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/apps/tests/TestSerial/Attic/TestSerial.java,v
retrieving revision 1.1.2.4
retrieving revision 1.1.2.5
diff -C2 -d -r1.1.2.4 -r1.1.2.5
*** TestSerial.java	13 Jun 2006 16:27:32 -0000	1.1.2.4
--- TestSerial.java	15 Jun 2006 06:05:12 -0000	1.1.2.5
***************
*** 77,81 ****
    public static void main(String[] args) throws Exception {
      String source = null;
-     System.out.println("hello");
      if (args.length == 2) {
        if (!args[0].equals("-comm")) {
--- 77,80 ----
***************
*** 99,103 ****
      }
  
-     System.out.println("goodbye");
      MoteIF mif = new MoteIF(phoenix);
      TestSerial serial = new TestSerial(mif);
--- 98,101 ----



More information about the Tinyos-2-commits mailing list