DS-2919: Remove unnecessary line of code from RDFizer.

This commit is contained in:
Pascal-Nicolas Becker
2015-11-27 11:55:14 +01:00
parent d005d68330
commit e0881974d3

View File

@@ -489,7 +489,6 @@ public class RDFizer {
builder.append(argument);
}
String argumentsLine = builder.toString().trim();
argumentsLine.substring(0, argumentsLine.length() - 1);
System.err.print("Cannot recognize the following argument");
if (remainingArgs.length >= 2) System.err.print("s");
System.err.println(": " + argumentsLine + ".");