mirror of
https://github.com/actions/runner.git
synced 2025-12-19 00:36:55 +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)
|
public async Task StopContainersAsync(IExecutionContext executionContext, object data)
|
||||||
{
|
{
|
||||||
Trace.Entering();
|
Trace.Entering();
|
||||||
|
|||||||
Reference in New Issue
Block a user