Fixed compilation error.

This commit is contained in:
Daniel Stolt
2013-08-30 12:13:40 -07:00
committed by Sebastien Ros
parent ebd0fbf72a
commit bafda7583f
@@ -21,7 +21,6 @@ namespace Orchard.Azure.Services.Logging {
Trace.TraceError(formattedMessage);
else
Trace.WriteLine(formattedMessage);
}
}
}
}