Commit dba55f98 by Gabriel Falcao

removing silly debug line when using tags

parent 87d8afbf
......@@ -103,9 +103,6 @@ class Command(BaseCommand):
tags = options.get('tags', None)
server = Server(port=options['port'])
if tags:
print "DEBUG", options
paths = self.get_paths(args, apps_to_run, apps_to_avoid)
if run_server:
try:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment