mirror of
https://github.com/RipMeApp/ripme.git
synced 2025-08-22 21:43:06 +02:00
Removed debugging statement
This commit is contained in:
@@ -179,7 +179,6 @@ public class Utils {
|
|||||||
|
|
||||||
public static String getConfigDir() {
|
public static String getConfigDir() {
|
||||||
if (portableMode()) {
|
if (portableMode()) {
|
||||||
logger.info("Running in portable mode");
|
|
||||||
try {
|
try {
|
||||||
return new File(".").getCanonicalPath();
|
return new File(".").getCanonicalPath();
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
|
Reference in New Issue
Block a user