diff options
| author | franck cuny <franck@lumberjaph.net> | 2010-06-09 18:19:38 +0200 |
|---|---|---|
| committer | franck cuny <franck@lumberjaph.net> | 2010-06-09 18:19:38 +0200 |
| commit | 5b2042053577cc6381c40c4fb5d5264e79a0312d (patch) | |
| tree | 643da7415c478ee5e444231690fe8cd91329b75c /lib/presque/worker/Role/RESTClient.pm | |
| parent | a simple worker; a role for the REST interface to presque; reg signals (diff) | |
| download | presque-worker-5b2042053577cc6381c40c4fb5d5264e79a0312d.tar.gz | |
add logger; move some code for work and job in roles;
Diffstat (limited to 'lib/presque/worker/Role/RESTClient.pm')
| -rw-r--r-- | lib/presque/worker/Role/RESTClient.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/presque/worker/Role/RESTClient.pm b/lib/presque/worker/Role/RESTClient.pm index dd84fda..6961806 100644 --- a/lib/presque/worker/Role/RESTClient.pm +++ b/lib/presque/worker/Role/RESTClient.pm @@ -69,7 +69,6 @@ sub rest_retry_job { $request->content(JSON::encode_json($job)); my $res = $self->ua->request($request); if (!$res->is_success) { - use YAML::Syck; warn Dump $res; $self->logger->log( level => 'error', message => 'failed to update job (' |
