Merge pull request #14948 from civicrm/5.16
[civicrm-core.git] / CRM / Core / CodeGen / Main.php
index 351ef233effa4baad40eb149832cd47f5c168360..4ea9ba89342b1794ba1ed83d3775db9184a33a02 100644 (file)
@@ -155,7 +155,6 @@ Alternatively you can get a version of CiviCRM that matches your PHP version
     if (!$this->database || !$this->tables) {
       $specification = new CRM_Core_CodeGen_Specification();
       $specification->parse($this->schemaPath, $this->buildVersion);
-      # cheese:
       $this->database = $specification->database;
       $this->tables = $specification->tables;
     }