Skip to content
This repository has been archived by the owner on Aug 18, 2020. It is now read-only.

Added File Connector #9

Merged
merged 9 commits into from
Jun 11, 2019
Prev Previous commit
Next Next commit
Removed console log
  • Loading branch information
derNiklaas authored May 22, 2019
commit 90a0a40346ca0abdbfed090155e2a923a04dc8e1
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ class FileSystemActor extends Actor {
if(fixedPath.startsWith(";")){
fixedPath = fixedPath.replaceFirst(";", "")
}
//System.out.println(fixedPath)
fixedPath
}
}
Expand Down