diff --git a/Wox.Infrastructure/Wox.cs b/Wox.Infrastructure/Wox.cs index 886c55b047..fbab671edc 100644 --- a/Wox.Infrastructure/Wox.cs +++ b/Wox.Infrastructure/Wox.cs @@ -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)) {