[O] Remove commented code

This commit is contained in:
Azalea (on HyDEV-Daisy)
2022-05-21 23:21:52 -04:00
parent 6ed2a2fa73
commit 5073fdd84c
5 changed files with 23 additions and 70 deletions
+1 -2
View File
@@ -64,8 +64,7 @@ def job_compare():
def job_cluster():
from abstractPatch import cluster
dbDir = join(DATA_PATH, 'redis')
redis_start(dbDir, REDIS_PORT, PROJECT_TYPE)
job_start_redis()
cluster(join(DATA_PATH, 'actions'), join(DATA_PATH, 'pairs'), 'actions')