UpdateDatabase.php
authoredward <edward@roojs.com>
Tue, 17 May 2016 09:02:04 +0000 (17:02 +0800)
committeredward <edward@roojs.com>
Tue, 17 May 2016 09:02:04 +0000 (17:02 +0800)
UpdateDatabase.php

index 0ab7484..5ce0944 100644 (file)
@@ -138,9 +138,6 @@ class Pman_Core_UpdateDatabase extends Pman
         
         $this->checkOpts($opts);
         
-        $ar = $this->modulesList();
-        print_R($ar);exit;
-     
         if (empty($opts['data-only'])) {
             $this->importSQL();
         }