Browse Source

minor fix

digital 8 years ago
parent
commit
27f6e0a549
1 changed files with 0 additions and 1 deletions
  1. 0 1
      pin/__init__.py

+ 0 - 1
pin/__init__.py

@@ -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())
         # with self ad
         lpin.info("turning {}".format(direction))