Fixed VESA scrolling bug
[tpg/acess2.git] / Kernel / vfs / memfile.c
index 4120b20..3c75671 100644 (file)
@@ -60,8 +60,6 @@ tVFS_Node *VFS_MemFile_Create(tVFS_Node *Unused, char *Path)
        // Check for NULL byte
        if(*str != '\0')        return NULL;
        
-       Log(" VFS_MemFile_Create: base=0x%x, size=0x%x", base, size);
-       
        // Allocate and fill node
        ret = malloc(sizeof(tVFS_Node));
        memset(ret, 0, sizeof(tVFS_Node));

UCC git Repository :: git.ucc.asn.au