mirror of
https://github.com/PikaMug/Quests.git
synced 2024-11-15 07:05:51 +01:00
Remove debug message
This commit is contained in:
parent
feb6fd1527
commit
f3cb079d12
@ -1396,7 +1396,6 @@ public class QuestFactory implements ConversationAbandonedListener {
|
||||
if (questSection == null) {
|
||||
questSection = data.createSection("quests");
|
||||
}
|
||||
System.out.println("id= " + context.getSessionData(CK.Q_ID));
|
||||
ConfigurationSection newSection;
|
||||
if (context.getSessionData(CK.Q_ID) == null) {
|
||||
// Creating
|
||||
|
Loading…
Reference in New Issue
Block a user