Skip to content

Commit

Permalink
Remove a few debug messages
Browse files Browse the repository at this point in the history
  • Loading branch information
yagisan committed Jul 14, 2006
1 parent 7938575 commit 2d2aac3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions doomsday/engine/unix/src/dd_uinit.c
Expand Up @@ -198,8 +198,6 @@ int LoadPlugin(const char *pluginPath, lt_ptr data)
#ifndef MACOSX
// What is the actual file name?
_splitpath(pluginPath, NULL, NULL, name, NULL);
printf("Yagi - LoadPlugin: %s\n", pluginPath);
printf("Yagi - LoadPlugin: %s\n", name);
if(!strncmp(name, "libdp", 5))
#endif
{
Expand Down

0 comments on commit 2d2aac3

Please sign in to comment.