Skip to content

Commit

Permalink
remove debug table #1117
Browse files Browse the repository at this point in the history
  • Loading branch information
nadar committed Dec 26, 2016
1 parent 65d858d commit 067c084
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions modules/admin/src/proxy/ClientBuild.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ public function setBuildConfig(array $config)
$this->_buildConfig = $config;

foreach ($config['tables'] as $tableName => $tableConfig) {
if ($tableName == 'admin_ngrest_log') {
continue;
}
$this->_tables[$tableName] = new ClientTable($this, $tableConfig);
}
}
Expand Down

0 comments on commit 067c084

Please sign in to comment.