mirror of
https://github.com/actions/runner.git
synced 2025-12-17 15:59:37 +00:00
Remove printHello() function
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user