]> jspc29.x-matter.uni-frankfurt.de Git - trbnettools.git/commitdiff
LM: update
authorhadaq <hadaq>
Wed, 6 Jun 2012 21:59:14 +0000 (21:59 +0000)
committerhadaq <hadaq>
Wed, 6 Jun 2012 21:59:14 +0000 (21:59 +0000)
libtrbnet_perl/TrbNet.xs

index 25205e9f96c89e48dd507d7a8086d057b5ecbe40..044c412df2b6453dd9b00784bc3c72f535ecee1f 100644 (file)
@@ -155,7 +155,6 @@ trb_register_write_mem(trb_address, reg_address, option, data, size)
        status = trb_register_write_mem(trb_address, reg_address,
                                        option, buffer, size);
        
-       printf("Status: %d\n", status);
        if (status < 0) {
          XSRETURN_UNDEF;
        } else {