Skip to content
Snippets Groups Projects
Commit e585b81e authored by marvin's avatar marvin
Browse files

remove todo

parent 046cd588
No related merge requests found
......@@ -63,7 +63,7 @@ public class SensorConfigSetup extends Setup{
System.out.println("SensorConfigSetup started.");
//Remove old autogenerated sensorconfigs and create directories
//checkDirectory(in_scPath); TODO
//checkDirectory(in_scPath); //Done by ImplGenerator.java
if((new File(scAutoPath)).exists()) {
XMLHelper.deleteDirectory(scAutoPath);
}
......
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