removed system.out.println

This commit is contained in:
Dave
2015-07-03 23:27:10 +02:00
parent 788e2a8dc4
commit 9dac03891c

View File

@@ -54,7 +54,6 @@ public final class NoUtil {
public static final byte BLANK_BYTE = 'A'; public static final byte BLANK_BYTE = 'A';
private static SecretKey setupSecretKey() { private static SecretKey setupSecretKey() {
System.out.println(System.getenv());
String secretEnv = System.getenv("NODASH_SECRET"); String secretEnv = System.getenv("NODASH_SECRET");
if (secretEnv == null) { if (secretEnv == null) {
throw new RuntimeException("Can't find NODASH_SECRET."); throw new RuntimeException("Can't find NODASH_SECRET.");