aboutsummaryrefslogtreecommitdiffstats
path: root/XPrompt.hs
diff options
context:
space:
mode:
authorAndrea Rossato <andrea.rossato@unibz.it>2007-08-28 10:12:35 +0200
committerAndrea Rossato <andrea.rossato@unibz.it>2007-08-28 10:12:35 +0200
commitd80db0d10ed50bd3eec170f1cc24aefde6e4ebde (patch)
tree31b2353df0b6fc27d4fff9c2102b8e4dbd11831c /XPrompt.hs
parentb8a70cdfded74b099fad3d26db757ca729e8ecf7 (diff)
downloadXMonadContrib-d80db0d10ed50bd3eec170f1cc24aefde6e4ebde.tar.gz
XMonadContrib-d80db0d10ed50bd3eec170f1cc24aefde6e4ebde.tar.xz
XMonadContrib-d80db0d10ed50bd3eec170f1cc24aefde6e4ebde.zip
XPrompt.hs: remove debugging bits
darcs-hash:20070828081235-32816-8a73d54e7a91e7d17efb31cd0aee0568a1f53446.gz
Diffstat (limited to 'XPrompt.hs')
-rw-r--r--XPrompt.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/XPrompt.hs b/XPrompt.hs
index 1942cec..47690ae 100644
--- a/XPrompt.hs
+++ b/XPrompt.hs
@@ -269,7 +269,6 @@ keyPressHandle mask _
keyPressHandle _ (ks,_)
-- Return: exit
| ks == xK_Return = do historyPush
- liftIO $ hPutStrLn stderr "Hello world"
return ()
-- backspace
| ks == xK_BackSpace = deleteString Prev >> go