removed a System.out.println()

Signed-off-by: Moritz Eysholdt <moritz.eysholdt@typefox.io>
This commit is contained in:
Moritz Eysholdt 2016-10-06 15:28:46 +02:00 committed by Moritz Eysholdt
parent a22ae0fda2
commit b717ec5b87

View file

@ -202,7 +202,7 @@ public abstract class AbstractReaderTest extends AbstractXtextTests {
// URL resource = getClass().getClassLoader().getResource();
File base = new File("./src/"+getClass().getName().replace('.', '/') + ".java");
URI fileURI = URI.createFileURI(base.getAbsolutePath());
System.out.println(fileURI);
// System.out.println(fileURI);
// this is a hack used in order to get a file URI for a bundleresource:/ URL
// File f = (File) get(resource,"handler.bundleEntry.file");
// if (f!=null)