浏览代码

accidentaly committed some print statements

juan 1 月之前
父节点
当前提交
89597b6d2b
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      lib/home_page.dart

+ 3 - 3
lib/home_page.dart

@@ -98,11 +98,11 @@ class _HomeScreenState extends State<HomeScreen> with TickerProviderStateMixin {
                   ),
                   trailing: Text(email.date.toString()),
                   onTap: () async {
-                    print('tapped');
+                    // print('tapped');
                     String emailContent = await apiService
                         .fetchEmailContent([email.id]);
-                    print('content below');
-                    print(emailContent);
+                    // print('content below');
+                    // print(emailContent);
                     Navigator.push(
                       context,
                       MaterialPageRoute(