Skip to content

Commit

Permalink
Remove unnecessary print
Browse files Browse the repository at this point in the history
  • Loading branch information
ponkotuy committed Oct 2, 2022
1 parent bf06715 commit 9043b62
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/draggable.dart
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ class DraggableWidget extends StatelessWidget {
String url,
ProgressController progress
) async* {
print(fileName);
final fileStream = file.openRead();
final output = File(fileName);
await for (final chunk in fileStream) {
Expand Down

0 comments on commit 9043b62

Please sign in to comment.