Tidied up todos

This commit is contained in:
jtc42 2019-04-19 09:11:48 +01:00
parent 8a564bbdba
commit b7a457fce1
3 changed files with 0 additions and 6 deletions

View file

@ -1,7 +1,4 @@
#!/usr/bin/env python
"""
TODO: Implement API route to cleanly shut down server
"""
from flask import (
Flask, render_template, jsonify)

View file

@ -379,8 +379,6 @@ addEventListener("keydown", function (e) {
// If not currently in an input box
if (!(e.target instanceof HTMLInputElement)) {
// TODO: Remove this if condition? Pointless?
// If stage movement keys are pressed
if ((leftKeyID in keysDown) || (rightKeyID in keysDown) || (upKeyID in keysDown) || (downKeyID in keysDown) || (pgupKeyID in keysDown) || (pgdnKeyID in keysDown)) {
// Calculate movement array