Skip to content

Commit

Permalink
Removed testing stuff.
Browse files Browse the repository at this point in the history
  • Loading branch information
AadityaNair committed Aug 8, 2018
1 parent a3e0b15 commit 8fa0ff9
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions ProjectNephos/orchestration/server.py
Expand Up @@ -5,10 +5,9 @@

from ProjectNephos.orchestration.tasks import run_job

# from ProjectNephos.orchestration.recording import record_video
from ProjectNephos.orchestration.recording import record_video
from ProjectNephos.backends import DBStorage

from multiprocessing import Process
from logging import getLogger
from xmlrpc.server import SimpleXMLRPCServer

Expand All @@ -18,10 +17,6 @@
rpc_server = None


def record_video(job, config):
logger.critical(job)


class Server(object):
"""
This is the main background Orchestration class. This will run every REFRESH_TIMER
Expand Down

0 comments on commit 8fa0ff9

Please sign in to comment.