We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc6e57f commit cd43badCopy full SHA for cd43bad
1 file changed
samples/greengrass/basic_discovery/main.cpp
@@ -246,8 +246,6 @@ int main(int argc, char *argv[])
246
// Print the discovery response information and then exit. Does not use the discovery info.
247
if (cmdData.input_PrintDiscoverRespOnly)
248
{
249
- // Print the discovery response information and then exit (unless in CI, in which case just note it
250
- // was successful).
251
if (!cmdData.input_isCI)
252
253
printGreengrassResponse(*discoverResponse.GGGroups);
0 commit comments