Removed sentry log for send error

This commit is contained in:
Mitchell McCaffrey 2020-10-28 10:13:52 +11:00
parent 3ea340763a
commit 2686c33dd5

View File

@ -79,7 +79,7 @@ class Connection extends SimplePeer {
}
}
} catch (error) {
logError(error);
console.error(error);
}
}