Skip to content

Commit

Permalink
Update allsky_common.cpp: don't display camera model or number
Browse files Browse the repository at this point in the history
They are displayed via ASI_functions.cpp
  • Loading branch information
EricClaeys authored Nov 20, 2024
1 parent 0ec2f17 commit a196bfc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/allsky_common.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1167,9 +1167,6 @@ void displaySettings(config cg)
printf("%s", c(KGRN));
printf("\nSettings:\n");

printf(" Camera model: %s\n", cg.cm);
if (cg.cameraNumber > 0)
printf(" Camera number: %d\n", cg.cameraNumber);
if (cg.cmdToUse != NULL)
printf(" Command: %s\n", cg.cmdToUse);
printf(" Image Type: %s (%ld)\n", cg.sType, cg.imageType);
Expand Down Expand Up @@ -2128,3 +2125,4 @@ void doLocale(config *cg)
Log(-1, "*** %s: WARNING: Could not set locale to %s.\n", cg->ME, cg->locale);
}
}

0 comments on commit a196bfc

Please sign in to comment.