mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-08-01 17:51:18 +08:00
Fixed compilation error.
This commit is contained in:
parent
ebd0fbf72a
commit
bafda7583f
@ -21,7 +21,6 @@ namespace Orchard.Azure.Services.Logging {
|
|||||||
Trace.TraceError(formattedMessage);
|
Trace.TraceError(formattedMessage);
|
||||||
else
|
else
|
||||||
Trace.WriteLine(formattedMessage);
|
Trace.WriteLine(formattedMessage);
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user