mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-23 04:26:50 +03:00
remove excessive logging
This commit is contained in:
parent
22e25971ed
commit
d885c79743
@ -706,7 +706,6 @@ struct BitMap *ami_bitmap_get_native(struct bitmap *bitmap,
|
||||
int width, int height, struct BitMap *friendbm)
|
||||
{
|
||||
if(bitmap == NULL) return NULL;
|
||||
LOG("Getting native BitMap for %p", bitmap);
|
||||
|
||||
if(__builtin_expect(ami_plot_screen_is_palettemapped() == true, 0)) {
|
||||
return ami_bitmap_get_palettemapped(bitmap, width, height, friendbm);
|
||||
|
@ -477,8 +477,6 @@ ami_cw_drag_start(struct ami_corewindow *ami_cw, int x, int y)
|
||||
ami_cw->drag_x_start = x;
|
||||
ami_cw->drag_y_start = y;
|
||||
|
||||
printf("%ld\n", ami_cw->drag_status);
|
||||
|
||||
switch(ami_cw->drag_status) {
|
||||
case CORE_WINDOW_DRAG_SELECTION:
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user