Skip to content

Commit

Permalink
D'oh.. don't push commented out code as used for testing..
Browse files Browse the repository at this point in the history
  • Loading branch information
nul800sebastiaan committed Nov 9, 2020
1 parent efd9f71 commit bd4c2cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Umbraco.Web/Editors/LogViewerController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ namespace Umbraco.Web.Editors
/// Backoffice controller supporting the dashboard for viewing logs with some simple graphs & filtering
/// </summary>
[PluginController("UmbracoApi")]
//[UmbracoApplicationAuthorize(Core.Constants.Applications.Settings)]
[UmbracoApplicationAuthorize(Core.Constants.Applications.Settings)]
public class LogViewerController : UmbracoAuthorizedJsonController
{
private readonly ILogViewer _logViewer;
Expand Down

0 comments on commit bd4c2cd

Please sign in to comment.