Commit 00d8859 1 parent c5b76e0 commit 00d8859 Copy full SHA for 00d8859
File tree 1 file changed +0
-9
lines changed
1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -63,11 +63,6 @@ export default class QuestForm extends FormApplication {
63
63
64
64
let folder = this . getHiddenFolder ( ) ;
65
65
66
- console . log ( data ) ;
67
- console . log ( description ) ;
68
- console . log ( gmnotes ) ;
69
- console . log ( JSON . stringify ( data ) ) ;
70
-
71
66
JournalEntry . create ( {
72
67
name : title ,
73
68
content : JSON . stringify ( data ) ,
@@ -110,14 +105,10 @@ export default class QuestForm extends FormApplication {
110
105
111
106
html . on ( "click" , ".add-new-task" , ( ) => {
112
107
renderTemplate ( 'modules/forien-quest-log/templates/partials/quest-log-form-task.html' , { } ) . then ( el => {
113
- console . log ( el ) ;
114
108
115
- console . log ( $ ( el ) ) ;
116
109
html . find ( '.list' ) . append ( el ) ;
117
110
html . find ( '.del-btn' ) . unbind ( ) ;
118
111
html . on ( "click" , ".del-btn" , ( event ) => {
119
- console . log ( event ) ;
120
- console . log ( $ ( event ) ) ;
121
112
$ ( event . target ) . parent ( ) . remove ( ) ;
122
113
} ) ;
123
114
} ) ;
You can’t perform that action at this time.
0 commit comments