Skip to content

Commit f696697

Browse files
committed
remove unnecessary comment
1 parent 13a9e1f commit f696697

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: src/NServiceBus.Core/Transports/Learning/LearningTransportInfrastructure.cs

-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ static string FindStoragePath()
5454
}
5555

5656
// When no solution file was found try to find a learning transport directory
57-
// don't ignore casing due to linux support
5857
var learningTransportDirectory = Path.Combine(directory, DefaultLearningTransportDirectory);
5958
if (Directory.Exists(learningTransportDirectory))
6059
{

0 commit comments

Comments
 (0)