diff --git a/app.js b/app.js index 35b88ae..9089aca 100644 --- a/app.js +++ b/app.js @@ -98,11 +98,6 @@ if (cluster.isMaster) { filePath = err; } try { - clim.console.info("Class Name: %s", job.data.class_name); - clim.console.info("State: %s", state); - clim.console.info("Note Id: %s", job.data.note_id); - //clim.console.info("Share: %s", share); - sidekiq.enqueue(job.data.class_name, [state, job.data.note_id, job.data.share, filePath],{ retry: 5, queue: 'default' diff --git a/config/default.yaml b/config/default.yaml index 8b0515b..1ee6d0e 100644 --- a/config/default.yaml +++ b/config/default.yaml @@ -6,10 +6,7 @@ rasterizer: debug: false server: port: 3200 # main service port - #useCors: false # enable CORS support - #sendImage: false loadTest: false redis: port: 6379 - host: 127.0.0.1 -# debug: false \ No newline at end of file + host: 127.0.0.1 \ No newline at end of file