浏览代码

Removed tests.

Gilian Joosen 10 年之前
父节点
当前提交
cd4840ffd2
共有 1 个文件被更改,包括 0 次插入2 次删除
  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+= "Stage: \n" + this.stage.getName() + "<br/>";
         string+= this.actTime;
         string+= this.actTime;
         string+= "</html>";
         string+= "</html>";
-        System.out.println("test");
-        System.out.println("test");
         return string;
         return string;
     }
     }