Skip to content

Commit

Permalink
Remove forgotten debug string
Browse files Browse the repository at this point in the history
  • Loading branch information
aurelienpierre committed Jul 16, 2024
1 parent e4c3793 commit 629b17a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/libs/histogram.c
Original file line number Diff line number Diff line change
Expand Up @@ -835,7 +835,6 @@ void _display_callback(GtkWidget *widget, dt_lib_histogram_t *d)

static void _resize_callback(GtkWidget *widget, GdkRectangle *allocation, dt_lib_histogram_t *d)
{
fprintf(stdout, "resize called \n");
_reset_cache(d);
_trigger_recompute(d);
// Don't start a redraw from here, Gtk does it automatically on resize event
Expand Down

0 comments on commit 629b17a

Please sign in to comment.