Removed debugging statement
This commit is contained in:
parent
e4d7950336
commit
9302e0be35
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user