Skip to content

Commit

Permalink
debug.c: remove MUSCLECARD_DEBUG use
Browse files Browse the repository at this point in the history
The MuscleCard project is now dead since a long time.
Remove unused code.
  • Loading branch information
LudovicRousseau committed Aug 4, 2021
1 parent 7afcaf6 commit c19a8f2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/debug.c
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,7 @@ static void log_init(void)
{
char *e;

#ifdef LIBPCSCLITE
e = getenv("PCSCLITE_DEBUG");
#else
e = getenv("MUSCLECARD_DEBUG");
#endif
if (e)
LogLevel = atoi(e);

Expand Down

0 comments on commit c19a8f2

Please sign in to comment.