aboutsummaryrefslogtreecommitdiffstats
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html7
1 files changed, 0 insertions, 7 deletions
diff --git a/index.html b/index.html
index 330639c..29c19a3 100644
--- a/index.html
+++ b/index.html
@@ -16,12 +16,5 @@
<script src="build/app.js" charset="utf-8"></script>
</head>
<body class="enyo-unselectable">
- <script>
- if (!window.App) {
- alert('No application build found, redirecting to debug.html.');
- location = 'debug.html';
- }
- new App().renderInto(document.body);
- </script>
</body>
</html>