remove debugging

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1427 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Greg Watson 2004-03-17 22:11:51 +00:00
parent 717d70de26
commit fc2ad05e6f
1 changed files with 0 additions and 1 deletions

View File

@ -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)) {