fix(code): remove console log (#4248)
This commit is contained in:
parent
b6136acff6
commit
f3bbfff09b
@ -13,7 +13,7 @@ window.config = {
|
|||||||
showWarningMessageForCrossOrigin: true,
|
showWarningMessageForCrossOrigin: true,
|
||||||
showCPUFallbackMessage: true,
|
showCPUFallbackMessage: true,
|
||||||
showLoadingIndicator: true,
|
showLoadingIndicator: true,
|
||||||
experimentalStudyBrowserSort: true,
|
experimentalStudyBrowserSort: false,
|
||||||
strictZSpacingForVolumeViewport: true,
|
strictZSpacingForVolumeViewport: true,
|
||||||
groupEnabledModesFirst: true,
|
groupEnabledModesFirst: true,
|
||||||
maxNumRequests: {
|
maxNumRequests: {
|
||||||
|
|||||||
@ -43,7 +43,6 @@ export function createStudyBrowserTabs(primaryStudyInstanceUIDs, studyDisplayLis
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
const studyTimeStamp = new Date(study.date).getTime();
|
const studyTimeStamp = new Date(study.date).getTime();
|
||||||
console.log(oldestPrimaryTimeStamp, studyTimeStamp, recentTimeframeMS)
|
|
||||||
return oldestPrimaryTimeStamp - studyTimeStamp < recentTimeframeMS;
|
return oldestPrimaryTimeStamp - studyTimeStamp < recentTimeframeMS;
|
||||||
})
|
})
|
||||||
: [];
|
: [];
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user