home · contact · privacy
Client: Remove debugging code, superfluous whitespace.
[plomrogue] / client / config / commands.py
index c6cd627df58da6233c7e28c20ff5cde0d73f51d7..7de9574f3983532dcab6096e7a9d7f1d07234c3d 100644 (file)
@@ -21,4 +21,3 @@ commands = {
     "w": (command_sender("move north-west"), command_looker("north-west")),
     "x": (command_sender("move south-west"), command_looker("south-west")),
 }
-