chore: Remove inspect calls
This commit is contained in:
parent
d03dfefa72
commit
e427c84c02
3 changed files with 0 additions and 9 deletions
|
|
@ -1,5 +1,4 @@
|
|||
import 'dart:async';
|
||||
import 'dart:developer';
|
||||
|
||||
import 'package:flutter/material.dart';
|
||||
import 'package:flutter/services.dart';
|
||||
|
|
@ -312,8 +311,6 @@ class ChatListController extends State<ChatList>
|
|||
return;
|
||||
}
|
||||
|
||||
inspect(files);
|
||||
|
||||
showScaffoldDialog(
|
||||
context: context,
|
||||
builder: (context) => ShareScaffoldDialog(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue