From 7217ef5ec5bb2cb7d92a37d64eef48db667ad137 Mon Sep 17 00:00:00 2001 From: Jeremy Wu Date: Tue, 20 Aug 2019 21:43:32 +1000 Subject: [PATCH] Move comment to PR --- Wox.Infrastructure/Wox.cs | 2 -- 1 file changed, 2 deletions(-) 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)) {