aboutsummaryrefslogtreecommitdiff
path: root/src/stream
diff options
context:
space:
mode:
Diffstat (limited to 'src/stream')
-rw-r--r--src/stream/fs/vfs.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/stream/fs/vfs.c b/src/stream/fs/vfs.c
index 41bad1f0e2..5a37d6fb85 100644
--- a/src/stream/fs/vfs.c
+++ b/src/stream/fs/vfs.c
@@ -108,7 +108,6 @@ int file_open(const char *filename)
path = 0;
}
}
- printk_debug("dev=%s, path=%s\n", dev, path);
if (dev && dev[0]) {
if (!devopen(dev, &reopen)) {