From 0f7dca0701be11125c5602b62bb3ca9024913511 Mon Sep 17 00:00:00 2001 From: Jocelyn Fiat Date: Tue, 24 Sep 2013 17:19:29 +0200 Subject: [PATCH] Removed unwanted call to RT_DEBUGGER in WSF_DEBUG_HANDLER. This line was committed by error. --- library/server/wsf/extension/handler/wsf_debug_handler.e | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/library/server/wsf/extension/handler/wsf_debug_handler.e b/library/server/wsf/extension/handler/wsf_debug_handler.e index 196a3aff..7acce7c1 100644 --- a/library/server/wsf/extension/handler/wsf_debug_handler.e +++ b/library/server/wsf/extension/handler/wsf_debug_handler.e @@ -66,8 +66,6 @@ feature -- Access p: WSF_PAGE_RESPONSE v: STRING_8 do - if (create {RT_DEBUGGER}).rt_workbench_wait_for_debugger (1050) then - end create s.make (2048) s.append ("**DEBUG**%N") req.set_raw_input_data_recorded (True) @@ -162,7 +160,7 @@ feature {NONE} -- Implementation end note - copyright: "2011-2013, Jocelyn Fiat, Javier Velilla, Olivier Ligot, Eiffel Software and others" + copyright: "2011-2013, Jocelyn Fiat, Javier Velilla, Olivier Ligot, Colin Adams, Eiffel Software and others" license: "Eiffel Forum License v2 (see http://www.eiffel.com/licensing/forum.txt)" source: "[ Eiffel Software