Browse Source

trim echo

朱金辉 1 year ago
parent
commit
3398cbca5d
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/Driver/Base.php

+ 0 - 1
src/Driver/Base.php

@@ -165,7 +165,6 @@ class Base
         {
             throw new Variable(_i('Invalid %s format', 'data'), __LINE__);
         }
-        echo $this->getTable($table);
         $this->modelSQL = $sql = "INSERT INTO " . $this->getTable($table) . "(`" . join("`, `", $replaceObj['fields']) . "`) VALUES('" . join("', '", $replaceObj['values']) . "')";
         $this->setQuery($sql);
         $this->setError();