summaryrefslogtreecommitdiffabout
path: root/korganizer/ktimeedit.cpp
Side-by-side diff
Diffstat (limited to 'korganizer/ktimeedit.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--korganizer/ktimeedit.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/korganizer/ktimeedit.cpp b/korganizer/ktimeedit.cpp
index 61a0931..df9b2fc 100644
--- a/korganizer/ktimeedit.cpp
+++ b/korganizer/ktimeedit.cpp
@@ -339,3 +339,2 @@ void KOTimeEdit::keyPressEvent(QKeyEvent *e)
case Key_Backspace:
- qDebug("+++++++++++back ");
if ( cpos > 0) {
@@ -350,3 +349,2 @@ void KOTimeEdit::keyPressEvent(QKeyEvent *e)
changedText();
- qDebug("---------back ");
}