File tree 1 file changed +0
-6
lines changed
WordPress/src/main/java/org/wordpress/android/viewmodel/wpwebview
1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ import androidx.lifecycle.LiveData
7
7
import androidx.lifecycle.MutableLiveData
8
8
import androidx.lifecycle.Observer
9
9
import androidx.lifecycle.ViewModel
10
- import org.wordpress.android.util.CrashLoggingUtils
11
10
import org.wordpress.android.util.NetworkUtilsWrapper
12
11
import org.wordpress.android.viewmodel.SingleLiveEvent
13
12
import org.wordpress.android.viewmodel.helpers.ConnectionStatus
@@ -113,11 +112,6 @@ class WPWebViewViewModel
113
112
*/
114
113
fun onReceivedError () {
115
114
if (uiState.value is WebPreviewContentUiState ) {
116
- CrashLoggingUtils .log(
117
- IllegalStateException (
118
- " WPWebViewViewModel.onReceivedError() called with uiState WebPreviewContentUiState"
119
- )
120
- )
121
115
return
122
116
}
123
117
if (uiState.value !is WebPreviewFullscreenErrorUiState ) {
You can’t perform that action at this time.
0 commit comments