Skip to content

Commit 6bce675

Browse files
developer mode false again
1 parent 1ef3060 commit 6bce675

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.idea/workspace.xml

Lines changed: 4 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,6 @@ def generate_directions():
375375

376376
directions["directions"].append(point_info)
377377

378-
print(directions["directions"])
379378
return directions
380379
except ValueError:
381380
return directions

static/interactive_map.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const directionUpdaterUrl = "https://anonymouscoder777.pythonanywhere.com/update
55
const bellScheduleUrl = "https://defygg.github.io/poolesvilleschedule/data.json";
66

77
const searchCooldown = 100;
8-
const developerMode = true;
8+
const developerMode = false;
99
const disableSaveLocation = true;
1010
const simulationMode = false;
1111
const displayLocation = false;

0 commit comments

Comments
 (0)