disable debuging features on release
This commit is contained in:
parent
04b8cfa0e4
commit
5c4641c6ae
1 changed files with 6 additions and 4 deletions
|
@ -14,6 +14,7 @@ using Newtonsoft.Json;
|
||||||
|
|
||||||
namespace BirdsiteLive.Controllers
|
namespace BirdsiteLive.Controllers
|
||||||
{
|
{
|
||||||
|
#if DEBUG
|
||||||
public class DebugingController : Controller
|
public class DebugingController : Controller
|
||||||
{
|
{
|
||||||
private readonly InstanceSettings _instanceSettings;
|
private readonly InstanceSettings _instanceSettings;
|
||||||
|
@ -125,6 +126,7 @@ namespace BirdsiteLive.Controllers
|
||||||
return View("Index");
|
return View("Index");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
public static class HtmlHelperExtensions
|
public static class HtmlHelperExtensions
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue