removed test code.

This commit is contained in:
LukePulverenti 2013-02-27 18:47:03 -05:00
parent 0cd583c300
commit 83305de865

View File

@ -1207,9 +1207,4 @@ $(document).on('pagebeforeshow', ".page", function () {
}
});
}
});
setTimeout(function () {
$.post(ApiClient.getUrl("System/Shutdown"));
}, 3000);
});