mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 18:35:44 +03:00
Remove stray commented-out line
This commit is contained in:
@@ -62,7 +62,6 @@ export default class JobAdapter extends WatchableNamespaceIDs {
|
||||
|
||||
update(job) {
|
||||
const jobId = job.get('id') || job.get('_idBeforeSaving');
|
||||
// debugger;
|
||||
return this.ajax(this.urlForUpdateRecord(jobId, 'job'), 'POST', {
|
||||
data: {
|
||||
Job: job.get('_newDefinitionJSON'),
|
||||
|
||||
Reference in New Issue
Block a user