Minor printf cleanup.

Kevin Brosius <cobra@compuserve.com>


SVN revision: 5891
This commit is contained in:
sleuth 2002-02-03 08:32:31 +00:00 committed by sleuth
parent 38ac2443ca
commit e291598f98
1 changed files with 0 additions and 1 deletions

View File

@ -96,6 +96,5 @@ e_util_de_url_and_verify(const char *fi)
if ( !wk )
D_RETURN_(NULL);
printf("returning %s\n", wk);
D_RETURN_(wk);
}