Skip to content
  • Eric Van Hensbergen's avatar
    9p: remove 9p fcall debug prints · 51d71f9f
    Eric Van Hensbergen authored
    
    
    One of the current debug options allows users to get a verbose dump of fcalls.
    This isn't really necessary as correctly parsed protocol frames can be printed
    as part of the code in the client functions.  The consolidated printfcalls
    structure would require new entries to be added for every extension.  This
    patch removes the debug print methods and their use.
    
    Signed-off-by: default avatarEric Van Hensbergen <ericvh@gmail.com>
    
    
    
    
    51d71f9f