Skip to content

Commit be1f584

Browse files
committed
Modify comments
1 parent 8056094 commit be1f584

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

pegr/grails-app/views/userAdmin/index.gsp

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@
139139
});
140140
141141
142-
// User Filter JQuery and AJAX | git:pjchaffin || Gucci Gang Gang Got Dah Code Working Yeet Yeet
142+
// User Filter JQuery and AJAX | git:pjchaffin
143143
$('#filter').click(function(){
144144
145145
// initialize 3 lists for groups, activities, and affiliations
@@ -167,10 +167,6 @@
167167
affiliations.push(this.value);
168168
}
169169
});
170-
// logging for debugging purposes
171-
console.log(groups);
172-
console.log(activities);
173-
console.log(affiliations);
174170
175171
// action redirect pushing these lists to page logic
176172
// redirect(controller: "userAdmin", action: "index", params: [groupLoad: groups, activityLoad: activities, affiliateLoad: affliatiations]);

0 commit comments

Comments
 (0)