Remove unused DEBUG variable from pets/bulk.js

Huh, I wonder what that used to do! Oh well!
This commit is contained in:
Emi Matchu 2024-09-09 19:05:07 -07:00
parent a14c4fca48
commit 0f7b01bec3

View file

@ -1,5 +1,3 @@
var DEBUG = document.location.search.substr(0, 6) == "?debug";
/* Bulk pets form */
(function () {
var form = $("#bulk-pets-form"),