Fixed compilation error.

This commit is contained in:
Daniel Stolt 2013-08-26 04:22:18 +02:00 committed by Sebastien Ros
parent ebd0fbf72a
commit bafda7583f

View File

@ -21,7 +21,6 @@ namespace Orchard.Azure.Services.Logging {
Trace.TraceError(formattedMessage);
else
Trace.WriteLine(formattedMessage);
}
}
}
}