summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-01-25 20:48:13 +0300
committerAndrei Karas <akaras@inbox.ru>2016-01-25 20:48:13 +0300
commit32a9d4f78955be4b2d967bc5a7edf4834407a774 (patch)
treede3b1c6249d1820f86c9bc3a5be77022ab37bc57
parent2157b8c6629cea79801566244fc3f1d8491e91be (diff)
downloadplus-32a9d4f78955be4b2d967bc5a7edf4834407a774.tar.gz
plus-32a9d4f78955be4b2d967bc5a7edf4834407a774.tar.bz2
plus-32a9d4f78955be4b2d967bc5a7edf4834407a774.tar.xz
plus-32a9d4f78955be4b2d967bc5a7edf4834407a774.zip
Remove debug line.
-rw-r--r--src/gui/widgets/textfield.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui/widgets/textfield.cpp b/src/gui/widgets/textfield.cpp
index 69f434846..fc9a91e97 100644
--- a/src/gui/widgets/textfield.cpp
+++ b/src/gui/widgets/textfield.cpp
@@ -291,7 +291,6 @@ int TextField::getValue() const
void TextField::keyPressed(KeyEvent &event)
{
const int val = event.getKey().getValue();
- logger->log("TextField::keyPressed %d", val);
#ifdef USE_SDL2
if (val == KeyValue::TEXTINPUT)