diff --git a/src/g_editor.c b/src/g_editor.c
index 9068a90aa4983ab67bea102700ec03ab1cec8761..f7796b7898c412028ae0d6e44e359565a3324bff 100644
--- a/src/g_editor.c
+++ b/src/g_editor.c
@@ -4469,6 +4469,7 @@ static void canvas_dopaste(t_canvas *x, t_binbuf *b)
 		error("failed pasting correctly from external buffer, likely due to incomplete text selection. hopefully you saved your work... please get ready to crash...");
 	}
 	abort_when_pasting_from_external_buffer = 0;
+	//fprintf(stderr,"end dopaste\n");
 }
 
 static void canvas_paste(t_canvas *x)