Skip to content

Commit

Permalink
Updated getVersion method to not print to stdout
Browse files Browse the repository at this point in the history
  • Loading branch information
rajarshi committed Sep 23, 2010
1 parent 239d20b commit a0e7df8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/org/openscience/cdk/CDK.java
Expand Up @@ -52,7 +52,6 @@ public static String getVersion() {
try {
InputStream stream = CDK.class.getClassLoader().getResourceAsStream(propsFilename);
props.load(stream);
System.out.println("version: " + props.getProperty("version"));
return props.getProperty("version");
} catch (Exception exception) {
// there is no back up
Expand Down

0 comments on commit a0e7df8

Please sign in to comment.