Эх сурвалжийг харах

removed err.txt from being generated

Scrublord1336 6 жил өмнө
parent
commit
89b9d16a9d

+ 0 - 1
src/XUnity.AutoTranslator.Plugin.Core/Web/GoogleTranslateEndpoint.cs

@@ -133,7 +133,6 @@ namespace XUnity.AutoTranslator.Plugin.Core.Web
 
 
          if( error != null )
          if( error != null )
          {
          {
-            File.WriteAllText( "err.txt", error );
             Console.WriteLine( "[XUnity.AutoTranslator][ERROR]: An error occurred while setting up GoogleTranslate TKK (End)." + Environment.NewLine + error );
             Console.WriteLine( "[XUnity.AutoTranslator][ERROR]: An error occurred while setting up GoogleTranslate TKK (End)." + Environment.NewLine + error );
          }
          }
       }
       }