mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-27 16:59:36 +03:00
Even less debug output.
svn path=/trunk/netsurf/; revision=12234
This commit is contained in:
parent
be16cd70c5
commit
9fef803d1a
@ -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;
|
||||
}
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user