Browse Source

command code print console

Masarifyuli 1 month ago
parent
commit
302cd7f913

+ 1 - 1
lib/main.dart

@@ -227,7 +227,7 @@ class NotificationClass {
     FirebaseMessaging.onBackgroundMessage(_firebaseMessagingBackgroundHandler);
     FirebaseMessaging.instance.getInitialMessage().then((RemoteMessage? message) {
       if (message != null && !U.hidePayload) {
-        print(message.data);
+        // print(message.data);
         goNotification(message.data, context);
       }
     });

+ 1 - 1
lib/src/layouts/functions/detail.dart

@@ -63,7 +63,7 @@ class DetailFunction{
   openAttachment(list) async{
     var filePath = await token.getPath()+'/TelNow/Files/';
     if(!File(filePath+getFileName(list['responseAttachment'])).existsSync()){
-      print("file isnot ready yet");
+      // print("file isnot ready yet");
       await apiAuthProvider.downloadImage(list['responseAttachment'], filePath+getFileName(list['responseAttachment']));
     }
     await OpenFile.open(filePath+getFileName(list['responseAttachment']));

+ 1 - 1
lib/src/layouts/functions/request.dart

@@ -221,7 +221,7 @@ class RequestFunction{
 
       try{
         var res = await apiAuthProvider.postData('/api/receptionists/send/request', null, data, context);
-        print("res ##> $res");
+        // print("res ##> $res");
         if (res != null) {
           Future.delayed(Duration(seconds: 3), (){
             closeLoading(context);

+ 1 - 1
lib/src/layouts/mobile/message_broadcast.dart

@@ -258,7 +258,7 @@ class _MobMessageBroadcastPageState extends State<MobMessageBroadcastPage> {
                                 ),
                               ),
                               onTap: () {
-                                print('delete please!');
+                                // print('delete please!');
                                 setState(() {
                                   _filePath = '';
                                   _fileName = '';

+ 3 - 3
lib/src/layouts/mobile/message_chat.dart

@@ -157,14 +157,14 @@ class _MobMessageChatPageState extends State<MobMessageChatPage> {
 
             downloadImage(data);
           } else if (result.type == DocumentChangeType.modified && isAfterLoad) {
-            print("modified");
+            // print("modified");
             if (messageData.where((element) => element['uniqueId'] == data!['uniqueId']).length > 0) {
               int index = messageData.indexWhere((element) => element['uniqueId'] == data!['uniqueId']);
               messageData[index]['read'] = data!['read'];
               messageData[index]['readStatus'] = data['readStatus'];
             }
           } else if (result.type == DocumentChangeType.removed && isAfterLoad) {
-            print("removed");
+            // print("removed");
           }
         });
         isAfterLoad = true;
@@ -203,7 +203,7 @@ class _MobMessageChatPageState extends State<MobMessageChatPage> {
 
   scrollListener() {
     if (scrollController.offset >= scrollController.position.maxScrollExtent) {
-      print('loadMessage');
+      // print('loadMessage');
       getMessage();
     }
   }

+ 1 - 1
lib/src/layouts/mobile/request_create.dart

@@ -224,7 +224,7 @@ class _MobReqCreatePageState extends State<MobReqCreatePage> {
                                             }
                                           }
                                         },
-                                        onTapCancel: () => print("gasido cah"),
+                                        onTapCancel: () => print(" "),
                                       ),
                                     ],
                                   ),

+ 1 - 1
lib/src/layouts/mobile/request_success.dart

@@ -120,7 +120,7 @@ class _MobReqSuccessPageState extends State<MobReqSuccessPage> {
                             } : () async{
                               var filePath = await token.getPath()+'/TelNow/Files/';
                               if(!File(filePath+getFileName(list['responseAttachment'])).existsSync()){
-                                print("file isnot ready yet");
+                                // print("file isnot ready yet");
                                 await apiAuthProvider.downloadImage(list['responseAttachment'], filePath+getFileName(list['responseAttachment']));
                               }
                               await OpenFile.open(filePath+getFileName(list['responseAttachment']));

+ 1 - 1
lib/src/layouts/web/menu_history.dart

@@ -32,7 +32,7 @@ class _WebHistoryPageState extends State<WebHistoryPage> with TickerProviderStat
 
   @override
   void initState() {
-    print(U.newServerVersion(1716279633));
+    // print(U.newServerVersion(1716279633));
     Provider.of<HistoryModule>(context, listen: false).reset();
     _animationController = new AnimationController(vsync: this, duration: Duration(seconds: 1));
     _animationController.repeat(reverse: true);

+ 3 - 3
lib/src/layouts/web/message_list.dart

@@ -151,14 +151,14 @@ class _WebMessageListPageState extends State<WebMessageListPage> {
               messageData.add(data);
             }
           } else if (result.type == DocumentChangeType.modified && isAfterLoad) {
-            print("modified");
+            // print("modified");
             if (messageData.where((element) => element['uniqueId'] == data!['uniqueId']).length > 0) {
               int index = messageData.indexWhere((element) => element['uniqueId'] == data!['uniqueId']);
               messageData[index]['read'] = data!['read'];
               messageData[index]['readStatus'] = data['readStatus'];
             }
           } else if (result.type == DocumentChangeType.removed && isAfterLoad) {
-            print("removed");
+            // print("removed");
           }
         });
         isAfterLoad = true;
@@ -195,7 +195,7 @@ class _WebMessageListPageState extends State<WebMessageListPage> {
 
   scrollListener() {
     if (scrollController.offset >= scrollController.position.maxScrollExtent) {
-      print('loadMessage');
+      // print('loadMessage');
       getMessage();
     }
   }

+ 1 - 1
lib/src/layouts/web/request_create.dart

@@ -454,7 +454,7 @@ class _WebReqCreatePageState extends State<WebReqCreatePage> {
                                             onTap: ()async{
                                               context.read<CreateSerModule>().setLocationType(2);
                                             },
-                                            onTapCancel: () => print("gasido cah"),
+                                            onTapCancel: () => print(" "),
                                           ),
                                         ],
                                       ),

+ 1 - 1
lib/src/layouts/web/request_success.dart

@@ -145,7 +145,7 @@ class _WebReqSuccessPageState extends State<WebReqSuccessPage> {
                                       onTap: () async{
                                         var filePath = await token.getPath()+'/TelNow/Files/';
                                         if(!File(filePath+getFileName(list['responseAttachment'])).existsSync()){
-                                          print("file isnot ready yet");
+                                          // print("file isnot ready yet");
                                           await apiAuthProvider.downloadImage(list['responseAttachment'], filePath+getFileName(list['responseAttachment']));
                                         }
                                         await OpenFile.open(filePath+getFileName(list['responseAttachment']));

+ 4 - 4
lib/src/utils/U.dart

@@ -92,18 +92,18 @@ class U {
   }
 
   static Future<Token?> refreshAuth(RefreshTokenBody refreshTokenBody) async {
-    print("refresh token");
+    // print("refresh token");
     return _lockAuth.synchronized(() async {
-      print("refresh token start");
+      // print("refresh token start");
       var nw = DateTime.now().millisecondsSinceEpoch;
       if (_authLastMs == 0 || nw - _authLastMs >= 5000) {
-        print("refresh token request");
+        // print("refresh token request");
         ApiAuthRepository apiAuthRepository = ApiAuthRepository();
         var token = await _tryRefreshAuth(refreshTokenBody);
         _authLastMs = DateTime.now().millisecondsSinceEpoch;
         _lastReqToken = token;
       }
-      print("refresh token finish");
+      // print("refresh token finish");
       return _lastReqToken;
     });