Removed obsolete methods from parser and fields from Session model

This commit is contained in:
Dana Van Aken
2019-10-01 21:11:46 -04:00
parent b3c42a81fb
commit c14a337695
11 changed files with 8 additions and 127 deletions

View File

@@ -34,7 +34,6 @@
"upload_code": "1234567890",
"tuning_session": "no_tuning_session",
"target_objective": null,
"nondefault_settings": null,
"creation_time": "2017-11-30T02:00:49.611Z",
"last_update": "2017-11-30T02:00:49.611Z"
},
@@ -52,7 +51,6 @@
"upload_code": "0987654321",
"tuning_session": "tuning_session",
"target_objective": "throughput_txn_per_sec",
"nondefault_settings": null,
"creation_time": "2017-11-30T02:00:49.611Z",
"last_update": "2017-11-30T02:00:49.611Z"
},

File diff suppressed because one or more lines are too long