* remove debug code.

This commit is contained in:
wangyidong
2019-07-29 09:09:22 +08:00
parent e701f45620
commit d187bc8515
-1
View File
@@ -274,7 +274,6 @@ class router extends baseRouter
try
{
$flow = $this->dbh->query("SELECT * FROM " . TABLE_WORKFLOW . " WHERE `module` = '$this->moduleName'")->fetch();
var_dump($flow);
if($flow)
{
if($flow->buildin && $this->methodName == 'browselabel')