accidentaly committed some print statements
This commit is contained in:
		
							parent
							
								
									1db462ec8e
								
							
						
					
					
						commit
						89597b6d2b
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		| 
						 | 
					@ -98,11 +98,11 @@ class _HomeScreenState extends State<HomeScreen> with TickerProviderStateMixin {
 | 
				
			||||||
                  ),
 | 
					                  ),
 | 
				
			||||||
                  trailing: Text(email.date.toString()),
 | 
					                  trailing: Text(email.date.toString()),
 | 
				
			||||||
                  onTap: () async {
 | 
					                  onTap: () async {
 | 
				
			||||||
                    print('tapped');
 | 
					                    // print('tapped');
 | 
				
			||||||
                    String emailContent = await apiService
 | 
					                    String emailContent = await apiService
 | 
				
			||||||
                        .fetchEmailContent([email.id]);
 | 
					                        .fetchEmailContent([email.id]);
 | 
				
			||||||
                    print('content below');
 | 
					                    // print('content below');
 | 
				
			||||||
                    print(emailContent);
 | 
					                    // print(emailContent);
 | 
				
			||||||
                    Navigator.push(
 | 
					                    Navigator.push(
 | 
				
			||||||
                      context,
 | 
					                      context,
 | 
				
			||||||
                      MaterialPageRoute(
 | 
					                      MaterialPageRoute(
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue