Removed missed debug printf in C binding code

This commit is contained in:
Russ Magee 2018-06-27 17:31:55 -07:00
parent c09f29c34d
commit 7ad2b5b340
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ package goutmp
// l.ll_host[UT_HOSTSIZE-1] = '\0';
//
// l.ll_time = (time_t)t;
// printf("l: ll_line '%s', ll_host '%s', ll_time %d\n", l.ll_line, l.ll_host, l.ll_time);
// //printf("l: ll_line '%s', ll_host '%s', ll_time %d\n", l.ll_line, l.ll_host, l.ll_time);
//
// /* Write lastlog entry at fixed offset (uid * sizeof(struct lastlog) */
// if( NULL != (f = fopen("/var/log/lastlog", "rw+")) ) {