mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-23 16:19:35 -05:00
Cleanup extraneous debug
This commit is contained in:
parent
3dc5b417d2
commit
ced581bfa3
1 changed files with 0 additions and 1 deletions
|
|
@ -312,7 +312,6 @@ lutil_gettime( struct lutil_tm *tm )
|
|||
count.QuadPart -= offset;
|
||||
|
||||
tm->tm_usec = count.QuadPart % 1000000;
|
||||
printf("tm_usec %d, msec %d\n", tm->tm_usec, st.wMilliseconds);
|
||||
|
||||
/* any difference larger than microseconds is
|
||||
* already reflected in st
|
||||
|
|
|
|||
Loading…
Reference in a new issue