Browse Source

removed benchmarking from splash screen.

Taylor Otwell 13 years ago
parent
commit
2f047e3bef
1 changed files with 0 additions and 11 deletions
  1. 0 11
      application/views/home/index.php

+ 0 - 11
application/views/home/index.php

@@ -61,13 +61,6 @@
 		.wrapper h2:first-of-type {
 			margin-top: 0;
 		}
-
-		.footer {
-			background-color: #eee;
-			text-align: right;
-			font-size: 12px;
-			color: #bbb;
-		}
 	</style>
 </head> 
 <body>
@@ -82,9 +75,5 @@
 
 		<p>Need to learn more? Peruse our <a href="http://laravel.com">wonderful documentation</a>.</p>
 	</div>
-
-	<div class="wrapper footer">
-		<?php echo System\Benchmark::check('laravel').'ms | '.System\Benchmark::memory().'mb'; ?>
-	</div>
 </body> 
 </html>