Skip to content

Commit

Permalink
Moving logging output to separate folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel committed Jan 27, 2018
1 parent eb4c72e commit 36abd82
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 416 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions OptionalDebugger.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ public class OptionalDebugger
//const string currentComputer = "pavilion";
const string currentComputer = "thinkpad";

const string pavilionAddress = @"C:\Users\power\Desktop\scripting\SpaceEngineersTextToSpeechMod\AdjacentResults.txt";
const string thinkpadAddress = @"C:\Users\sjsui\Desktop\Workshop\text-to-speech-mod-for-space-engineers\AdjacentResults.txt";
const string pavilionAddress = @"C:\Users\power\Desktop\scripting\SpaceEngineersTextToSpeechMod\Logging\adjacent results.txt";
const string thinkpadAddress = @"C:\Users\sjsui\Desktop\Workshop\text-to-speech-mod-for-space-engineers\adjacent results.txt";

const string AEE = PrettyScaryDictionary.AEE;
const string AHH = PrettyScaryDictionary.AHH;
Expand Down
Loading

0 comments on commit 36abd82

Please sign in to comment.