From 3343575538aa1e86a33011f75f6bfef877d68d82 Mon Sep 17 00:00:00 2001 From: Bruno Alves de Faria Date: Tue, 22 Nov 2016 11:23:19 -0200 Subject: [PATCH] LT-382: Partially fixing the issue with follow-ups disassociation --- Packages/ohif-hanging-protocols/client/protocolEngine.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Packages/ohif-hanging-protocols/client/protocolEngine.js b/Packages/ohif-hanging-protocols/client/protocolEngine.js index 5353e0bb5..95dfb7ed7 100644 --- a/Packages/ohif-hanging-protocols/client/protocolEngine.js +++ b/Packages/ohif-hanging-protocols/client/protocolEngine.js @@ -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);