Removed debug from ata, modules, vfs/dir.c and rootfs. Also moved '#if DEBUG' to...
[tpg/acess2.git] / Kernel / modules.c
index 91afc26..b7209ff 100644 (file)
@@ -90,9 +90,6 @@ int Module_LoadFile(char *Path, char *ArgString)
                return 0;
        }
        
-       LOG("info = %p\n", info);
-       Debug_HexDump("info", info, 6*4);
-       
        // Check magic number
        if(info->Magic != MODULE_MAGIC)
        {

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