more logging to figure out why the we cannot access the admin module in a release build.

This commit is contained in:
tidusjar 2016-03-04 15:27:59 +00:00
commit 55a5ad57ba
3 changed files with 11 additions and 5 deletions

View file

@ -1,7 +1,6 @@
@Html.Partial("/Admin/_Sidebar")
@{
int port;
var authToken = string.Empty;
if (Model.Port == 0)
{
port = 3579;