Changeset a408d5f in mainline


Ignore:
Timestamp:
2012-04-03T18:42:36Z (12 years ago)
Author:
Maurizio Lombardi <m.lombardi85@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
fc7d28e
Parents:
eccdc9e2
Message:

date: remove some debug messages

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/date/date.c

    reccdc9e2 ra408d5f  
    9898        }
    9999
    100         printf("OPEN!\n");
    101 
    102100        /* Now connect to the device */
    103101        async_sess_t *sess = devman_device_connect(EXCHANGE_SERIALIZE,
     
    108106        }
    109107
    110         printf("CONNECTED!\n");
    111 
    112108        /* Read the current date */
    113109        rc = clock_dev_time_get(sess, &t);
     
    116112                goto exit;
    117113        }
    118 
    119         printf("SUCCESS!\n");
    120         fflush(stdout);
    121114
    122115        printf("%d:%d:%d\n", t.tm_hour, t.tm_min, t.tm_sec);
Note: See TracChangeset for help on using the changeset viewer.