From c7441d7f22cb4e8e8bd6f661f6995a3f8b68ca43 Mon Sep 17 00:00:00 2001 From: Boris Grozev Date: Fri, 17 Oct 2014 17:12:01 +0300 Subject: [PATCH] Removes an error message. --- app.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/app.js b/app.js index 49627c150..4fd665fcb 100644 --- a/app.js +++ b/app.js @@ -331,8 +331,6 @@ function waitForPresence(data, sid) { console.error('can not associate stream', data.stream.id, 'with a participant'); - messageHandler.showError('Oops', - 'We could not associate the current stream with a participant.'); // We don't want to add it here since it will cause troubles return; }