mirror of
https://github.com/pretix/pretix.git
synced 2026-01-26 00:52:26 +00:00
Remove debuggin statement
This commit is contained in:
@@ -366,7 +366,6 @@ var form_handlers = function (el) {
|
||||
return (!!d.value && !d.value.match(/^0\.?0*$/g));
|
||||
}
|
||||
});
|
||||
console.log(dependent, dependency, enabled)
|
||||
if (dependent.is("[data-inverse]")) {
|
||||
enabled = !enabled;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user