diff --git a/src/Umbraco.Core/Strings/DefaultShortStringHelper.cs b/src/Umbraco.Core/Strings/DefaultShortStringHelper.cs index 656cdb5317..38e9edc4d8 100644 --- a/src/Umbraco.Core/Strings/DefaultShortStringHelper.cs +++ b/src/Umbraco.Core/Strings/DefaultShortStringHelper.cs @@ -585,11 +585,11 @@ function validateSafeAlias(id, value, immediate, callback) {{ if (isPair) throw new NotSupportedException("Surrogate pairs are not supported."); - Console.WriteLine("CHAR '{0}' {1} {2} - {3} - {4}/{5} {6}", - c, - isTerm ? "term" : "!term", isUpper ? "upper" : "!upper", - state, - i, ipos, leading ? "leading" : "!leading"); + //Console.WriteLine("CHAR '{0}' {1} {2} - {3} - {4}/{5} {6}", + // c, + // isTerm ? "term" : "!term", isUpper ? "upper" : "!upper", + // state, + // i, ipos, leading ? "leading" : "!leading"); switch (state) { @@ -697,10 +697,10 @@ function validateSafeAlias(id, value, immediate, callback) {{ CleanStringType caseType, CultureInfo culture, bool isAcronym) { var term = input.Substring(ipos, len); - Console.WriteLine("TERM \"{0}\" {1} {2}", - term, - isAcronym ? "acronym" : "word", - caseType); + //Console.WriteLine("TERM \"{0}\" {1} {2}", + // term, + // isAcronym ? "acronym" : "word", + // caseType); if (isAcronym) {