Remove printHello() function

This commit is contained in:
JoannaaKL
2022-09-13 12:45:35 +00:00
parent 912d7d6932
commit f5461b78be

View File

@@ -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) public async Task StopContainersAsync(IExecutionContext executionContext, object data)
{ {
Trace.Entering(); Trace.Entering();