Browse Source

格尼性能

denny 3 years ago
parent
commit
3b6d79aa6c
2 changed files with 1 additions and 2 deletions
  1. 1 1
      DocTools/DocTools.csproj
  2. 0 1
      DocTools/Helper/CommonHelper.cs

+ 1 - 1
DocTools/DocTools.csproj

@@ -5,7 +5,7 @@
   </PropertyGroup>
 
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
-    <DocumentationFile>C:\Users\VINNO\source\repos\GeneralDocTools\DocTools\DocTools.xml</DocumentationFile>
+    <DocumentationFile></DocumentationFile>
   </PropertyGroup>
 
   <ItemGroup>

+ 0 - 1
DocTools/Helper/CommonHelper.cs

@@ -126,7 +126,6 @@ namespace DocTools.Helper
                 value = value * r.Next(10, 20);
             }
             long val = DateTimeToUnixTime() + value;
-            Console.WriteLine(val);
             return val;
         }