Skip to content

Commit 89b8428

Browse files
committed
Removed log
1 parent d62e12d commit 89b8428

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tools/Custom/PSCmdletExtensions.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ internal static class PSCmdletExtensions
2424
// Converts a string to its unescaped form. The method also replaces '+' with spaces.
2525
internal static string UnescapeString(this PSCmdlet cmdlet, string value)
2626
{
27-
cmdlet.WriteDebug($"Unescaping string: {value}");
2827
if (value == null)
2928
return null;
3029

0 commit comments

Comments
 (0)