Remove v[N/A] log output

pull/9/head
Phillip Webb 11 years ago
parent 82f16a0430
commit 14062964e0

@ -85,7 +85,7 @@ class StartupInfoLogger {
public Object call() throws Exception {
return source.getPackage().getImplementationVersion();
}
}, " v[N/A]");
}, "");
}
private String getOn() {

Loading…
Cancel
Save