LT-382: Partially fixing the issue with follow-ups disassociation

This commit is contained in:
Bruno Alves de Faria 2016-11-22 11:23:19 -02:00
parent 4d472edde1
commit 3343575538

View File

@ -636,7 +636,9 @@ HP.ProtocolEngine = class ProtocolEngine {
}
if (!currentViewportData.displaySetInstanceUid) {
throw 'No matching display set found?';
// TODO: REMOVE - Temporary for RSNA - LT-382
OHIF.log.warn('No matching display set found?');
// throw 'No matching display set found?';
}
viewportData.push(currentViewportData);