Skip to content

Commit

Permalink
removing comments
Browse files Browse the repository at this point in the history
  • Loading branch information
nmalkapuram committed Feb 27, 2024
1 parent 2882de2 commit d9cac4c
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/VirtualClient/VirtualClient.Core/SystemManagement.cs
Original file line number Diff line number Diff line change
Expand Up @@ -144,17 +144,6 @@ public string GetLoggedInUserName()
}
}

// create a dev package and upload it in dev feed. deploy juno services into dev and start experiments in dev in juno.
/*string loggedInUserName = Environment.GetEnvironmentVariable("VC_SUDO_USER");
if (string.IsNullOrEmpty(loggedInUserName))
{
loggedInUserName = Environment.GetEnvironmentVariable("SUDO_USER");
if (string.IsNullOrEmpty(loggedInUserName))
{
loggedInUserName = Environment.UserName;
}
}*/

return loggedInUserName;
}

Expand Down

0 comments on commit d9cac4c

Please sign in to comment.