Separate web and console debugging.
[core.git] / application / tests / init.php
index 6b629808937f4ed7a200321eeb7bcbcb41c0e080..7bb8a3a6744b8059fa8a5a14dfcf593a491b0760 100644 (file)
@@ -27,9 +27,6 @@
 // Get config instance
 $cfg = FrameworkConfiguration::getSelfInstance();
 
-// Initialize output system
-require($cfg->getConfigEntry('base_path') . 'inc/output.php');
-
 // This application needs a database connection then we have to simply include
 // the inc/database.php script
 require($cfg->getConfigEntry('base_path') . 'inc/database.php');