Skip to content

Commit

Permalink
remove verbose msg
Browse files Browse the repository at this point in the history
  • Loading branch information
moovida committed Oct 25, 2024
1 parent d3ec089 commit 059ccda
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/com/hydrologis/flutterlibs/camera/camera_advanced.dart
Original file line number Diff line number Diff line change
Expand Up @@ -893,9 +893,9 @@ class _AdvancedCameraWidgetState extends State<AdvancedCameraWidget>
videoController?.dispose();
videoController = null;
});
if (file != null) {
showInSnackBar('Picture saved to ${file.path}');
}
// if (file != null) {
// showInSnackBar('Picture saved to ${file.path}');
// }
}
});
}
Expand Down

0 comments on commit 059ccda

Please sign in to comment.