Remove comment

This commit is contained in:
Ethan Chiu
2020-06-22 10:23:52 -04:00
parent 45ddd4233e
commit 37849dc6e3

View File

@@ -86,7 +86,6 @@ namespace GitHub.Runner.Worker
// Initialize scope // Initialize scope
if (InitializeScope(step, scopeInputs)) if (InitializeScope(step, scopeInputs))
{ {
// TODO Check if this adds env context to each composite action step
// Populate env context for each step // Populate env context for each step
Trace.Info("Initialize Env context for step"); Trace.Info("Initialize Env context for step");
#if OS_WINDOWS #if OS_WINDOWS