mirror of
https://github.com/PikaMug/Quests.git
synced 2024-11-22 10:36:09 +01:00
Comment out a stack trace that gave me a 15GB log file
This commit is contained in:
parent
8af8ee74e0
commit
a8da2268a5
@ -4766,7 +4766,9 @@ public class Quests extends JavaPlugin implements ConversationAbandonedListener,
|
||||
UUID.fromString(s);
|
||||
return true;
|
||||
} catch (IllegalArgumentException e) {
|
||||
e.printStackTrace();
|
||||
// Maybe only enable this when debugging?
|
||||
// When it fails, it can generate gigabyte-sized log files.
|
||||
// e.printStackTrace();
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user