Skip to content

Commit

Permalink
soapysdr: remove some debug messages
Browse files Browse the repository at this point in the history
  • Loading branch information
mutability committed Aug 7, 2023
1 parent ce1770f commit 0a68757
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions sdr_soapy.c
Original file line number Diff line number Diff line change
Expand Up @@ -461,13 +461,11 @@ void soapyRun()

void soapyClose()
{
fprintf(stderr, "close stream\n");
if (SOAPY.stream) {
SoapySDRDevice_closeStream(SOAPY.dev, SOAPY.stream);
SOAPY.stream = NULL;
}

fprintf(stderr, "close device\n");
if (SOAPY.dev) {
SoapySDRDevice_unmake(SOAPY.dev);
SOAPY.dev = NULL;
Expand Down

0 comments on commit 0a68757

Please sign in to comment.