mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
chore: code clean up
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -16,6 +16,7 @@ import 'package:PiliPalaX/utils/login.dart';
|
||||
import 'package:PiliPalaX/utils/storage.dart';
|
||||
import 'package:PiliPalaX/utils/utils.dart';
|
||||
import 'package:fixnum/src/int64.dart';
|
||||
import 'package:flutter/material.dart';
|
||||
import 'package:grpc/grpc.dart';
|
||||
|
||||
class GrpcRepo {
|
||||
@@ -116,7 +117,7 @@ class GrpcRepo {
|
||||
return defMsg();
|
||||
}
|
||||
} catch (e1) {
|
||||
print(e1.toString());
|
||||
debugPrint(e1.toString());
|
||||
return defMsg();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user