Removed unused code

This commit is contained in:
Rudi Grinberg 2012-11-05 16:10:59 -05:00
parent a851d8dd74
commit 6392c69e27
1 changed files with 0 additions and 3 deletions

View File

@ -151,9 +151,6 @@ Options:
--log=<path> log config at <path>
"""
def main_loop():
while True: pass
if __name__ == '__main__':
from docopt import docopt
args = docopt(__doc__,version="mm1.99")