Skip to content

Commit

Permalink
remove logs
Browse files Browse the repository at this point in the history
  • Loading branch information
nanli-emory committed Apr 5, 2024
1 parent 449b5f1 commit 78e6ad5
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions apps/dicom-connect/table.js
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,7 @@ function initialize() {
getStudies(src.url).then(function(data) {
// mapping and merge
data.forEach(elt=>elt.source=src.name)
page_states[page_states.status].data = data
console.log(data)
page_states[page_states.status].data = data
// ${baseUrl}/studies/${studyId}/series
function generateLink (data, type, row) {
const studyId = row['0020000D']['Value'][0]
Expand Down Expand Up @@ -173,8 +172,6 @@ function initialize() {
elt.studyId=params.studyId
elt.status='loading' // 'loading', 'unsync', 'syncing', 'done'
})

console.log(data)
page_states[page_states.status].data = data
function generateLink (data, type, row) {
const seriesId = row['0020000E']['Value'][0]
Expand Down Expand Up @@ -270,7 +267,6 @@ function initialize() {
elt.seriesId=params.seriesId

})
console.log(data)
page_states[page_states.status].data = data
function generateLink (data, type, row) {
const {studyId, seriesId, status}= row
Expand Down

0 comments on commit 78e6ad5

Please sign in to comment.