Even less debug output.

svn path=/trunk/netsurf/; revision=12234
This commit is contained in:
François Revel 2011-04-22 17:59:00 +00:00
parent be16cd70c5
commit 9fef803d1a
2 changed files with 2 additions and 2 deletions

View File

@ -289,7 +289,7 @@ char *realpath(const char *f, char *buf)
strncpy(buf, f, MAXPATHLEN);
return NULL;
}
printf("RP: '%s'\n", path.Path());
//printf("RP: '%s'\n", path.Path());
strncpy(buf, path.Path(), MAXPATHLEN);
return buf;
}

View File

@ -1644,7 +1644,7 @@ static BMenuItem *make_menu_item(const char *name, BMessage *message)
} else if (accel.Length() > 0) {
key = accel[0];
}
printf("MENU: detected accel '%s' mods 0x%08lx, key %d\n", accel.String(), mods, key);
//printf("MENU: detected accel '%s' mods 0x%08lx, key %d\n", accel.String(), mods, key);
}
// turn ... into ellipsis