Removed debug from VT_Read
authorJohn Hodge <tpg@portege.(none)>
Mon, 21 Sep 2009 10:51:38 +0000 (18:51 +0800)
committerJohn Hodge <tpg@portege.(none)>
Mon, 21 Sep 2009 10:51:38 +0000 (18:51 +0800)
Kernel/drv/vterm.c

index 9244619..b0684ff 100644 (file)
@@ -222,8 +222,8 @@ tVFS_Node *VT_FindDir(tVFS_Node *Node, char *Name)
  */
 Uint64 VT_Read(tVFS_Node *Node, Uint64 Offset, Uint64 Length, void *Buffer)
 {
-       ENTER("pNode XOffset XLength pBuffer",  Node, Offset, Length, Buffer);
-       LEAVE('i', 0);
+       //ENTER("pNode XOffset XLength pBuffer",  Node, Offset, Length, Buffer);
+       //LEAVE('i', 0);
        return 0;
 }
 

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