Skip to content

Commit 2d4221f

Browse files
committed
aligning text in help message
1 parent 7328c42 commit 2d4221f

File tree

1 file changed

+0
-1
lines changed
  • demos/interactive_face_detection_demo/cpp_gapi

1 file changed

+0
-1
lines changed

demos/interactive_face_detection_demo/cpp_gapi/main.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,6 @@ void parse(int argc, char *argv[]) {
152152
"\n\t\tP, p, 0, spacebar - Pause"
153153
"\n\t\tC - average CPU load, D - load distribution over cores, M - memory usage, H - hide\n";
154154
showAvailableDevices();
155-
std::cout << ov::get_openvino_version() << std::endl;
156155
exit(0);
157156
} if (FLAGS_i.empty()) {
158157
throw std::invalid_argument{"-i <INPUT> can't be empty"};

0 commit comments

Comments
 (0)