Skip to content

Commit

Permalink
Kick out rpmds debugging remnants
Browse files Browse the repository at this point in the history
I'll add the printf() if I need it...
  • Loading branch information
pmatilai committed Mar 22, 2023
1 parent 93256ee commit 4a2f13b
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions lib/rpmds.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@

#include "debug.h"

int _rpmds_debug = 0;

/**
* A package dependency set.
*/
Expand Down Expand Up @@ -700,11 +698,6 @@ int rpmdsNext(rpmds ds)
} else
ds->i = -1;

if (_rpmds_debug < 0 && i != -1)
fprintf(stderr, "*** ds %p\t%s[%d]: %s\n", ds, (ds->Type ? ds->Type : "?Type?"), i, (ds->DNEVR ? ds->DNEVR : "?DNEVR?"));

}

return i;
}

Expand Down

0 comments on commit 4a2f13b

Please sign in to comment.