TF-2116 Remove log message unnecessary
(cherry picked from commit 5046f4895a966ff33c91c4ecd6238c99529b5dfa)
This commit is contained in:
@@ -167,7 +167,7 @@ abstract class BaseController extends GetxController
|
||||
void handleErrorViewState(Object error, StackTrace stackTrace) {}
|
||||
|
||||
void handleExceptionAction({Failure? failure, Exception? exception}) {
|
||||
log('BaseController::handleExceptionAction():failure: $failure | exception: $exception');
|
||||
logError('BaseController::handleExceptionAction():failure: $failure | exception: $exception');
|
||||
}
|
||||
|
||||
void handleFailureViewState(Failure failure) {
|
||||
|
||||
Reference in New Issue
Block a user