aboutsummaryrefslogtreecommitdiff
path: root/sfmain.c
diff options
context:
space:
mode:
Diffstat (limited to 'sfmain.c')
-rw-r--r--sfmain.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sfmain.c b/sfmain.c
index 32a48b4..d49f823 100644
--- a/sfmain.c
+++ b/sfmain.c
@@ -353,8 +353,6 @@ static int configure_driver(LPTSRDATA data)
return -1;
}
- printf("Found VirtualBox device at IO 0x%x\n", data->vb.iobase);
-
err = vbox_init_buffer(&data->vb);
if (err) {
fprintf(stderr, "Cannot lock buffer used for VirtualBox communication, err=%ld\n", err);