Skip to content

Commit

Permalink
Issue #707: Fix duplicated error messages
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-cerny committed Mar 15, 2017
1 parent 6d0b8f6 commit 8585318
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/common/error.c
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,6 @@ static struct oscap_err_t *oscap_err_new(oscap_errfamily_t family, const char *d
err->line = line;
err->file = file;

dE("\(%s:%d:%s\()) %s", file, line, func, desc);

return (err);
}

Expand Down

0 comments on commit 8585318

Please sign in to comment.