1
0
mirror of https://github.com/RipMeApp/ripme.git synced 2025-08-21 05:01:30 +02:00

Removed debugging statement

This commit is contained in:
cyian-1756
2017-11-08 19:54:00 -05:00
parent e4d7950336
commit 9302e0be35

View File

@@ -179,7 +179,6 @@ public class Utils {
public static String getConfigDir() {
if (portableMode()) {
logger.info("Running in portable mode");
try {
return new File(".").getCanonicalPath();
} catch (Exception e) {