Commit 2f047e3b authored by Taylor Otwell's avatar Taylor Otwell

removed benchmarking from splash screen.

parent 9edbce5a
...@@ -61,13 +61,6 @@ ...@@ -61,13 +61,6 @@
.wrapper h2:first-of-type { .wrapper h2:first-of-type {
margin-top: 0; margin-top: 0;
} }
.footer {
background-color: #eee;
text-align: right;
font-size: 12px;
color: #bbb;
}
</style> </style>
</head> </head>
<body> <body>
...@@ -82,9 +75,5 @@ ...@@ -82,9 +75,5 @@
<p>Need to learn more? Peruse our <a href="http://laravel.com">wonderful documentation</a>.</p> <p>Need to learn more? Peruse our <a href="http://laravel.com">wonderful documentation</a>.</p>
</div> </div>
<div class="wrapper footer">
<?php echo System\Benchmark::check('laravel').'ms | '.System\Benchmark::memory().'mb'; ?>
</div>
</body> </body>
</html> </html>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment