Explorar el Código

Removed tests.

Gilian Joosen hace 10 años
padre
commit
cd4840ffd2
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0 2
      src/agenda/Act.java

+ 0 - 2
src/agenda/Act.java

@@ -80,8 +80,6 @@ public class Act {
         string+= "Stage: \n" + this.stage.getName() + "<br/>";
         string+= this.actTime;
         string+= "</html>";
-        System.out.println("test");
-        System.out.println("test");
         return string;
     }