- removed debugging printf()
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@17721 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -365,6 +365,6 @@ static char * stack_driver_path(void) {
|
|||||||
path = getenv("NET_STACK_DRIVER_PATH");
|
path = getenv("NET_STACK_DRIVER_PATH");
|
||||||
if (!path)
|
if (!path)
|
||||||
path = NET_STACK_DRIVER_PATH;
|
path = NET_STACK_DRIVER_PATH;
|
||||||
printf("net-stack-driver-path = %s\n", path);
|
|
||||||
return path;
|
return path;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user