removes some unused test code

This commit is contained in:
Ilan
2015-07-16 17:26:08 +02:00
parent 0dbeccdfda
commit 91520e9ca7

View File

@@ -18,9 +18,6 @@ class Command(BaseCommand):
help='Run once and then stop.'),
)
def add_arguments(self, parser):
parser.add_argument('poll_id', nargs='+', type=int)
def handle(self, *args, **options):
q = Cluster()
q.start()