Skip to content

Commit

Permalink
#1593 Remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
rassokhina-e committed Oct 3, 2024
1 parent 650cade commit 91104ba
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 15 deletions.
12 changes: 0 additions & 12 deletions app/model/jobs.js
Original file line number Diff line number Diff line change
Expand Up @@ -133,18 +133,6 @@ var Jobs = {
}
}
},
cnn_job: {
type_id: 7,
new: function(params, db) {
return
},
sql : {
report : {
projections : ['CNN.name as name'],
tables : ['JOIN `job_params_cnn` as CNN ON J.job_id = CNN.job_id'],
}
}
},
aed_job: {
type_id: 8,
new: function(params, db) {
Expand Down
1 change: 0 additions & 1 deletion app/model/recordings.js
Original file line number Diff line number Diff line change
Expand Up @@ -2121,7 +2121,6 @@ var Recordings = {
let queries = [
`DELETE FROM audio_event_detections_clustering WHERE recording_id in (${recIds})`,
`DELETE FROM classification_results WHERE recording_id in (${recIds})`,
`DELETE FROM cnn_results_rois WHERE recording_id in (${recIds})`,
`DELETE FROM pattern_matching_rois WHERE recording_id in (${recIds})`,
`DELETE FROM soundscape_region_tags WHERE recording_id in (${recIds})`,
`UPDATE templates set deleted=1 WHERE recording_id in (${recIds})`,
Expand Down
2 changes: 0 additions & 2 deletions config/lambdas.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
{
"pattern_matching": "tm_driver",
"new_cnn_job_test1": "arn:aws:lambda:us-east-1:584765855847:function:call_id_testing:1",
"new_cnn_job_v1": "arn:aws:lambda:us-east-1:584765855847:function:call_id_driver",
"audio_event_detections": "arn:aws:lambda:us-east-1:584765855847:function:audio-event-detection-conductor-1RQH95W7NW7VI"
}

0 comments on commit 91104ba

Please sign in to comment.