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()),
|
||||
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(
|
||||
|
|
Loading…
Add table
Reference in a new issue