Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/session
diff options
context:
space:
mode:
Diffstat (limited to 'shell/session')
-rw-r--r--shell/session/Emulator.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/shell/session/Emulator.py b/shell/session/Emulator.py
index 4928ec4..2bb2b3a 100644
--- a/shell/session/Emulator.py
+++ b/shell/session/Emulator.py
@@ -14,7 +14,6 @@ def get_display_number():
s = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
try:
s.connect(('127.0.0.1', 6000 + display_number))
- logging.info('Display %d is already in use. Trying next.' % (display_number))
s.close()
display_number += 1