|
@@ -147,7 +147,6 @@ class EnginesController(PinAPIBase):
|
|
|
async def turn(self,direction=None,command=None,respond=None):
|
|
|
if not direction:
|
|
|
respond("usage: {} <direction>")
|
|
|
- lpin.debug(args)
|
|
|
lpin.debug(threading.current_thread())
|
|
|
|
|
|
lpin.info("turning {}".format(direction))
|