Skip to content

Commit cd43bad

Browse files
committed
Remove excess comment
1 parent fc6e57f commit cd43bad

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

  • samples/greengrass/basic_discovery

samples/greengrass/basic_discovery/main.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -246,8 +246,6 @@ int main(int argc, char *argv[])
246246
// Print the discovery response information and then exit. Does not use the discovery info.
247247
if (cmdData.input_PrintDiscoverRespOnly)
248248
{
249-
// Print the discovery response information and then exit (unless in CI, in which case just note it
250-
// was successful).
251249
if (!cmdData.input_isCI)
252250
{
253251
printGreengrassResponse(*discoverResponse.GGGroups);

0 commit comments

Comments
 (0)