Selaa lähdekoodia

去除打印调试内容

章政 8 vuotta sitten
vanhempi
commit
bdc7cc814f
1 muutettua tiedostoa jossa 0 lisäystä ja 3 poistoa
  1. 0 3
      UAS-MES/PublicMethod/LogicHandler.cs

+ 0 - 3
UAS-MES/PublicMethod/LogicHandler.cs

@@ -421,7 +421,6 @@ namespace UAS_MES.PublicMethod
 
         public static bool CheckStepSNAndMacode(string iMakeCode, string iSourceCode, string iSN, string iUserCode, out string oMakeCode, out string oMsID, out string oErrorMessage)
         {
-            Console.WriteLine("iMakeCode" + iMakeCode);
             oErrorMessage = "";
             oMakeCode = "";
             oMsID = "";
@@ -993,8 +992,6 @@ namespace UAS_MES.PublicMethod
             oErrorMessage = "";
             string StepCode = dh.getFieldDataByCondition("Makeserial", "ms_stepcode", "ms_sncode='" + iSN + "'").ToString();
             string CurrentStep = GetStepCodeBySource(iSourceCode);
-            Console.WriteLine("StepCode" + StepCode);
-            Console.WriteLine("CurrentStep" + CurrentStep);
             if (StepCode == CurrentStep)
             {
                 InsertMakeProcess(iSN, iMakeCode, iSourceCode, iMPKind, iResult, iUserCode);