summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2004-11-17 12:45:07 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2004-11-17 12:45:07 +0000
commit335190567c5990aa984f965cc09ccebb6941931e (patch)
treeb293883247f7f3954501dae97d1668c2adc06773 /apps
parent34145af486b399494ddc27c612ab5643356ff568 (diff)
downloadrockbox-335190567c5990aa984f965cc09ccebb6941931e.zip
rockbox-335190567c5990aa984f965cc09ccebb6941931e.tar.gz
rockbox-335190567c5990aa984f965cc09ccebb6941931e.tar.bz2
rockbox-335190567c5990aa984f965cc09ccebb6941931e.tar.xz
Removed annoying debug output
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5417 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
-rw-r--r--apps/settings.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/apps/settings.c b/apps/settings.c
index 2ee4126..7ca3820 100644
--- a/apps/settings.c
+++ b/apps/settings.c
@@ -469,8 +469,6 @@ static int save_config_buffer( void )
unsigned int i;
#endif
- DEBUGF( "save_config_buffer()\n" );
-
/* update the checksum in the end of the block before saving */
chksum = calculate_config_checksum(config_block);
config_block[ RTC_BLOCK_SIZE - 2 ] = chksum >> 8;
@@ -645,8 +643,6 @@ void settings_calc_config_sector(void)
*/
int settings_save( void )
{
- DEBUGF( "settings_save()\n" );
-
{
int elapsed_secs;