Skip to content

Commit 059ccda

Browse files
committed
remove verbose msg
1 parent d3ec089 commit 059ccda

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/com/hydrologis/flutterlibs/camera/camera_advanced.dart

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -893,9 +893,9 @@ class _AdvancedCameraWidgetState extends State<AdvancedCameraWidget>
893893
videoController?.dispose();
894894
videoController = null;
895895
});
896-
if (file != null) {
897-
showInSnackBar('Picture saved to ${file.path}');
898-
}
896+
// if (file != null) {
897+
// showInSnackBar('Picture saved to ${file.path}');
898+
// }
899899
}
900900
});
901901
}

0 commit comments

Comments
 (0)