From 8734231093c12c5e34d8dceef1dd0ba14091b870 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sun, 18 Mar 2018 22:45:10 +0100 Subject: Osmocom_VTY_Functions: Less logging verbosity We don't need to print all prompts at start of every test case Change-Id: I32d13b6f97f76ab6057cc213c1698c1eb97b9d90 --- library/Osmocom_VTY_Functions.ttcn | 1 - 1 file changed, 1 deletion(-) diff --git a/library/Osmocom_VTY_Functions.ttcn b/library/Osmocom_VTY_Functions.ttcn index a375df61..ccea0f28 100644 --- a/library/Osmocom_VTY_Functions.ttcn +++ b/library/Osmocom_VTY_Functions.ttcn @@ -39,7 +39,6 @@ module Osmocom_VTY_Functions { * in the config file due to syntactic restrictions (Who invents config * files that don't permit regular expressions? */ for (var integer i := 0; i < sizeof(vty_prompt); i:= i + 1) { - log(vty_prompt[i]); pt.send(vty_prompt[i]); } } -- cgit v1.2.3