Skip to content

Commit d1990c2

Browse files
committed
Removing debug output.
1 parent df8658f commit d1990c2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/CanvasToolbar.vala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -775,7 +775,6 @@ public class CanvasToolbar : Box {
775775
});
776776

777777
drag.drag_end.connect((d, delete_data) => {
778-
stdout.printf( "In drag_end, delete_data: %s\n", delete_data.to_string() );
779778
if( !delete_data ) {
780779
var val = Value( typeof(GLib.File) );
781780
var provider = d.get_content();

0 commit comments

Comments
 (0)