summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2014-02-20 17:12:44 +0100
committerVictor Stinner <victor.stinner@gmail.com>2014-02-20 17:12:44 +0100
commitf657499c9c835a613e77133a200983dbd42ab395 (patch)
treeafbaff240be8018cb165142de57f24ef1d649fe1 /examples
parent6365ca0d71acea0cd26e7b1f452c2a7cb4372ad4 (diff)
downloadtrollius-f657499c9c835a613e77133a200983dbd42ab395.tar.gz
Remove debug code
Diffstat (limited to 'examples')
-rw-r--r--examples/shell.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/shell.py b/examples/shell.py
index e094b61..8ae30ca 100644
--- a/examples/shell.py
+++ b/examples/shell.py
@@ -1,5 +1,4 @@
"""Examples using create_subprocess_exec() and create_subprocess_shell()."""
-import logging; logging.basicConfig()
import asyncio
import signal