提交 092d9d62 authored 作者: Owner's avatar Owner

Removed debugging from TestScript

上级 2f403af6
...@@ -74,11 +74,7 @@ public class TestScript extends TestBase { ...@@ -74,11 +74,7 @@ public class TestScript extends TestBase {
} }
@Override @Override
public void test() throws Exception { public void test() throws Exception {
Path currentRelativePath = Paths.get("");
String currentAbsolutePath = currentRelativePath.toAbsolutePath().toString();
System.out.println("Current absolute path is: " + currentAbsolutePath);
if (config.networked && config.big) { if (config.networked && config.big) {
return; return;
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论