Remove stray commented-out line

This commit is contained in:
Buck Doyle
2020-06-16 08:33:40 -05:00
parent 7fabdd56e6
commit 0cf59f10be

View File

@@ -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'),