Remove hashtag lines from gen_print.py.
Change-Id: Ibfefebf5c9a5487d6138ab56373f97b720b79313
Signed-off-by: Michael Walsh <micwalsh@us.ibm.com>
diff --git a/lib/gen_print.py b/lib/gen_print.py
index cbfbee6..3fccd0e 100755
--- a/lib/gen_print.py
+++ b/lib/gen_print.py
@@ -1168,7 +1168,6 @@
return buffer
-
def gp_print(buffer,
stream='stdout'):
@@ -1210,6 +1209,11 @@
gp_print(buffer)
+ if robot_env:
+ BuiltIn().log_to_console(buffer)
+ else:
+ print(buffer)
+
def get_var_value(var_value=None,
default=1,