File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/NetSparkle.Tools.AppCastGenerator Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ private static string RemoveTextBlockFromRight(string input)
117117 // Start splitting and go from right to left.
118118 // Keep record of last applicable version and check one more segment before it.
119119 // If a check fails, then whatever we found previously is what we want.
120- Console . WriteLine ( "Splitting {0} on periods" , part ) ;
120+ // Console.WriteLine("Splitting {0} on periods", part);
121121 var segments = part . Split ( '.' ) ;
122122 string tempSegment = "" ;
123123 bool lastVersionToCheck = false ;
@@ -162,7 +162,7 @@ private static string RemoveTextBlockFromRight(string input)
162162 break ;
163163 }
164164 }
165- Console . WriteLine ( "Returning {0}" , lastValidVersionLeft ) ;
165+ // Console.WriteLine("Returning {0}", lastValidVersionLeft);
166166 return lastValidVersionLeft ;
167167 }
168168
You can’t perform that action at this time.
0 commit comments