remove debug

This commit is contained in:
Laura Klünder 2019-12-27 23:31:26 +01:00
parent da09855d27
commit 4895a168a2

View file

@ -1524,7 +1524,6 @@ c3nav = {
// if location is not in the searchable list...
return
}
console.log(location);
if (location.dynamic) {
if (!('available' in location)) {
$.getJSON('/api/locations/dynamic/' + location.id + '/', c3nav._dynamic_location_loaded);