Skip to content

Commit

Permalink
removing some debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
dogmatic69 committed Oct 3, 2013
1 parent eb9cef7 commit 5f3379d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Core/Installer/Lib/InstallerLib.php
Expand Up @@ -466,7 +466,6 @@ public function installPlugin($Version, $dbConfig, $plugin = 'app') {
* @return type * @return type
*/ */
public function writeDbConfig($dbConfig = array()) { public function writeDbConfig($dbConfig = array()) {
print_r($dbConfig);
$File = new File(CakePlugin::path('Installer') . 'Config' . DS . 'database.install'); $File = new File(CakePlugin::path('Installer') . 'Config' . DS . 'database.install');
$content = $File->read(); $content = $File->read();
$File->close(); $File->close();
Expand Down

0 comments on commit 5f3379d

Please sign in to comment.