We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df8658f commit d1990c2Copy full SHA for d1990c2
src/CanvasToolbar.vala
@@ -775,7 +775,6 @@ public class CanvasToolbar : Box {
775
});
776
777
drag.drag_end.connect((d, delete_data) => {
778
- stdout.printf( "In drag_end, delete_data: %s\n", delete_data.to_string() );
779
if( !delete_data ) {
780
var val = Value( typeof(GLib.File) );
781
var provider = d.get_content();
0 commit comments