Remove upgrade functions (sync)

This commit is contained in:
2019-10-05 10:01:37 +02:00
parent 57e79a2abc
commit f6e2140842
3 changed files with 4 additions and 15 deletions

View File

@@ -24,9 +24,6 @@ class CATC extends Main
//if($this->oDb->sDbState == Db::DB_PEACHY) $this->oAuth = new Auth($this->oDb, Settings::API_KEY);
$this->oAuth = new Auth($this->oDb, Settings::API_KEY);
//TODO remove. For upgrade purposes only
(new Doc($this->oDb))->getList('full');
}
protected function install()