Skip to content

Commit db34dca

Browse files
committed
Removed a line of testing code that shouldn't have been comitted
1 parent 6c40167 commit db34dca

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/CodeUpdater/CodeUpdater/Program.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@ await Parser.Default.ParseArguments<CommandOptions>(args)
2121

2222
static async ValueTask RunAsync(CommandOptions commandOptions)
2323
{
24-
var runDir = "D:\\GitHub\\Purple-Spike\\arcade-machine-local-services";
25-
Directory.SetCurrentDirectory(runDir);
26-
2724
var updateOptions = await LoadUpdateOptionsAsync(commandOptions.OptionsFile);
2825
var logger = SetupLogger(updateOptions);
2926

0 commit comments

Comments
 (0)