Skip to content

Commit 9700e01

Browse files
Removes development text
1 parent 23955cf commit 9700e01

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/robotide/__init__.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,9 +104,6 @@ def _run(inpath=None, updatecheck=True, debug_console=False):
104104
except ImportError:
105105
_show_old_wxpython_warning_if_needed()
106106
raise
107-
if PY3:
108-
print("Thank you for helping developing and testing RIDE on Python 3 and wxPython 4")
109-
# raise NotImplementedError
110107
if inpath:
111108
inpath = inpath
112109
# if not isinstance(inpath[0], unicode):

0 commit comments

Comments
 (0)