Verified Commit 09926fdc authored by Lukas Wiest's avatar Lukas Wiest 🚂
Browse files

chore(taskupload): remove unused leftovers

parent 326861df
...@@ -33,7 +33,6 @@ public class TaskUpload { ...@@ -33,7 +33,6 @@ public class TaskUpload {
private final Path testTmpPathModocot; private final Path testTmpPathModocot;
private final ExecuteTestUtil executeTestUtil; private final ExecuteTestUtil executeTestUtil;
public TaskUpload( public TaskUpload(
Environment env, Environment env,
JGitUtil jGitUtil, JGitUtil jGitUtil,
...@@ -42,11 +41,6 @@ public class TaskUpload { ...@@ -42,11 +41,6 @@ public class TaskUpload {
this.jGitUtil = jGitUtil; this.jGitUtil = jGitUtil;
this.executeTestUtil = executeTestUtil; this.executeTestUtil = executeTestUtil;
// set base path for assignments to be stored
Path p = Paths.get(
env.getProperty("modocot.dir"),
env.getProperty("modocot.dir.test.folder.name"));
// set path of temporary directory on host and inside our container // set path of temporary directory on host and inside our container
this.testTmpPathModocot = Paths.get(env.getProperty("modocot.tests.tmp.dir")); this.testTmpPathModocot = Paths.get(env.getProperty("modocot.tests.tmp.dir"));
} }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment