Clean up excess debug print from modpath patch

Clean up excess debug print from modpath patch.

Signed-off-by: Stephen Williams <steve@icarus.com>
This commit is contained in:
Stephen Williams 2007-11-02 20:52:06 -07:00
parent 63ca4e6d41
commit 80fad3df32
1 changed files with 0 additions and 1 deletions

View File

@ -838,7 +838,6 @@ vpiHandle vpip_make_modpath ( char *name, char *input, vvp_net_t *net )
obj->input = (char *)calloc(strlen(input) + 1 , sizeof ( char )) ;
strcpy ( obj->input,input ) ;
fprintf(stderr, "XXXX: Add vpiModpath...\n");
obj->input_net = net ;
vpip_attach_to_current_scope (&obj->base) ;
return &obj->base ;