From f5461b78befd85e9a818d5b21b5faaab7a3ad468 Mon Sep 17 00:00:00 2001 From: JoannaaKL Date: Tue, 13 Sep 2022 12:45:35 +0000 Subject: [PATCH] Remove printHello() function --- src/Runner.Worker/ContainerOperationProvider.cs | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/Runner.Worker/ContainerOperationProvider.cs b/src/Runner.Worker/ContainerOperationProvider.cs index d809aa731..103f1c36a 100644 --- a/src/Runner.Worker/ContainerOperationProvider.cs +++ b/src/Runner.Worker/ContainerOperationProvider.cs @@ -129,14 +129,6 @@ namespace GitHub.Runner.Worker } } - public void printHello() - { - Console.WriteLine("Hello World"); - // create an array of strings - - - } - public async Task StopContainersAsync(IExecutionContext executionContext, object data) { Trace.Entering();