Removed some debug printfs

1_00_stable_10817
Robert Griebl 2003-08-26 11:06:39 +00:00
parent b79db92a21
commit 444566837c
1 changed files with 0 additions and 4 deletions

View File

@ -114,13 +114,9 @@ void write_rtc ( time_t t, int utc )
bb_perror_msg_and_die ( "Could not access RTC" );
}
printf ( "1\n" );
tm = *( utc ? gmtime ( &t ) : localtime ( &t ));
tm. tm_isdst = 0;
printf ( "2\n") ;
if ( ioctl ( rtc, RTC_SET_TIME, &tm ) < 0 )
bb_perror_msg_and_die ( "Could not set the RTC time" );