Skip to content

Commit a94196c

Browse files
committed
Merge branch 'master' of https://github.com/Sebski123/YARDT
2 parents 5d26873 + 9c25c5c commit a94196c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

YARDT/Classes/FileUtils.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,6 @@ public static JArray LoadJson(string mainDirName)
138138
}
139139

140140
json = json.Replace("][", ",");
141-
System.IO.File.WriteAllText(@"C:\Users\sebth\Desktop\WriteText.txt", json);
142141
return JsonConvert.DeserializeObject<JArray>(json);
143142
}
144143

0 commit comments

Comments
 (0)