TF-2116 Remove log message unnecessary

(cherry picked from commit 5046f4895a966ff33c91c4ecd6238c99529b5dfa)
This commit is contained in:
dab246
2023-09-12 11:55:54 +07:00
committed by Dat H. Pham
parent 56fac29e55
commit 3ac12ff258
6 changed files with 2 additions and 28 deletions
+1 -1
View File
@@ -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) {