You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2016/06/25 13:25:04 UTC

commons-crypto git commit: Oops; revert accidental commit of debug line

Repository: commons-crypto
Updated Branches:
  refs/heads/master 1a33867ff -> 6161681eb


Oops; revert accidental commit of debug line

Project: http://git-wip-us.apache.org/repos/asf/commons-crypto/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-crypto/commit/6161681e
Tree: http://git-wip-us.apache.org/repos/asf/commons-crypto/tree/6161681e
Diff: http://git-wip-us.apache.org/repos/asf/commons-crypto/diff/6161681e

Branch: refs/heads/master
Commit: 6161681ebdd2b155e61395ce86ff7f3fa555c64b
Parents: 1a33867
Author: Sebb <se...@apache.org>
Authored: Sat Jun 25 14:25:01 2016 +0100
Committer: Sebb <se...@apache.org>
Committed: Sat Jun 25 14:25:01 2016 +0100

----------------------------------------------------------------------
 src/main/java/org/apache/commons/crypto/utils/Utils.java | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-crypto/blob/6161681e/src/main/java/org/apache/commons/crypto/utils/Utils.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/commons/crypto/utils/Utils.java b/src/main/java/org/apache/commons/crypto/utils/Utils.java
index 9aeb8a8..02317ef 100644
--- a/src/main/java/org/apache/commons/crypto/utils/Utils.java
+++ b/src/main/java/org/apache/commons/crypto/utils/Utils.java
@@ -49,7 +49,6 @@ public final class Utils {
      * {@link ConfigurationKeys#SYSTEM_PROPERTIES_FILE} is found.
      */
     private static void loadSystemProperties() {
-        new Throwable().printStackTrace();
         try {
             InputStream is = Thread.currentThread().getContextClassLoader()
                     .getResourceAsStream(ConfigurationKeys.SYSTEM_PROPERTIES_FILE);