diff --git a/examples/widgetapp/application.e b/examples/widgetapp/application.e index e898b73b..14677cd6 100644 --- a/examples/widgetapp/application.e +++ b/examples/widgetapp/application.e @@ -32,7 +32,6 @@ feature -- Basic operations -- the response headers. res.put_header ({HTTP_STATUS_CODE}.ok, <<["Content-Type", "text/plain"], ["Content-Length", "11"]>>) res.put_string ("Hello World 99 just another mod") - res.put_string ("Hello World reloaded") end end