Skip to content
This repository was archived by the owner on Sep 28, 2020. It is now read-only.

Commit c7d95ab

Browse files
committed
Removed test code from previous commit
1 parent abdfebe commit c7d95ab

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

YoutubeExtractor/YoutubeExtractor/Decipherer.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ public static string DecipherOperations(string cipherVersion)
6565
}
6666

6767
operations = operations.Trim();
68-
Console.WriteLine(operations);
6968
return operations;
7069

7170
}
@@ -130,4 +129,4 @@ private static string SwapFirstChar(string cipher, int index)
130129
return builder.ToString();
131130
}
132131
}
133-
}
132+
}

0 commit comments

Comments
 (0)