Skip to content

Commit 4749c99

Browse files
committed
remove 'executions successful' message
1 parent b6f8912 commit 4749c99

File tree

1 file changed

+0
-2
lines changed
  • demos/gesture_recognition_demo/cpp_gapi

1 file changed

+0
-2
lines changed

demos/gesture_recognition_demo/cpp_gapi/main.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,5 @@ int main(int argc, char* argv[]) {
262262
slog::err << "Unknown/internal exception happened." << slog::endl;
263263
return 1;
264264
}
265-
slog::info << "Execution successful" << slog::endl;
266-
267265
return 0;
268266
}

0 commit comments

Comments
 (0)