Move comment to PR

This commit is contained in:
Jeremy Wu
2019-08-20 21:43:32 +10:00
parent 6a33173384
commit 7217ef5ec5

View File

@@ -9,8 +9,6 @@ namespace Wox.Infrastructure
{
public static string DetermineDataDirectory()
{
// use the method of VSCode to enable portable mode
// https://code.visualstudio.com/docs/editor/portable
string portableDataPath = Path.Combine(ProgramDirectory, "UserData");
if (Directory.Exists(portableDataPath))
{