Skip to content

Commit

Permalink
Deleted comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Gonzalez committed Jan 23, 2014
1 parent f5c54ab commit 8b8eb33
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
5 changes: 0 additions & 5 deletions app.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
5 changes: 1 addition & 4 deletions config/default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
host: 127.0.0.1

0 comments on commit 8b8eb33

Please sign in to comment.