Commit 7df21997478fe6904d7bf9c28f9e9b306f828705
1 parent
2a2c0d2a
Exists in
master
and in
56 other branches
unneeded lines deleted
Showing
1 changed file
with
0 additions
and
8 deletions
Show diff stats
src/InputOutput/WSImpl/Tools/WSJobsManagerClass.php
... | ... | @@ -268,14 +268,6 @@ class WSJobsManagerClass extends IHMJobsManagerClass { |
268 | 268 | } |
269 | 269 | |
270 | 270 | $this->deleteRequestObjectFile($id); |
271 | - | |
272 | -// $job->parentNode->removeChild($job); | |
273 | -// $res = $this->jobXml->save($this->jobXmlName); | |
274 | - | |
275 | - if (!$res) | |
276 | - return array( | |
277 | - 'success' => false, | |
278 | - 'message' => "Cannot save jobs file"); | |
279 | 271 | |
280 | 272 | return array('success' => true, 'id' => $id); |
281 | 273 | } | ... | ... |