From 186d96bc2337c8d31e2a84cff3e0302219e18f00 Mon Sep 17 00:00:00 2001 From: gambas Date: Sat, 23 Oct 2021 03:32:32 +0200 Subject: [PATCH] Remove debugging messages. [GB.QT4] * BUG: Remove debugging messages. [GB.QT5] * BUG: Remove debugging messages. --- gb.qt4/src/CClipboard.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/gb.qt4/src/CClipboard.cpp b/gb.qt4/src/CClipboard.cpp index 3fc9a74f0..70a31436e 100644 --- a/gb.qt4/src/CClipboard.cpp +++ b/gb.qt4/src/CClipboard.cpp @@ -654,7 +654,6 @@ bool CDRAG_drag_move(QWidget *w, CWIDGET *control, QDropEvent *e) CDRAG_clear(false); - fprintf(stderr, "action = %d\n", e->dropAction()); return cancel; } @@ -662,7 +661,6 @@ bool CDRAG_drag_drop(QWidget *w, CWIDGET *control, QDropEvent *e) { QPoint p; - fprintf(stderr, "action = %d\n", e->dropAction()); //hide_frame(); if (!GB.CanRaise(control, EVENT_Drop))