* remove console.log.

This commit is contained in:
Wenrui LI
2021-12-02 15:22:12 +08:00
parent 4617c4218b
commit fac5fc6b22

View File

@@ -14,7 +14,6 @@
<?php include '../../common/view/kindeditor.html.php';?>
<?php js::set('sysurl', common::getSysUrl());?>
<?php $browseLink = $app->session->bugList ? $app->session->bugList : inlink('browse', "productID=$bug->product");?>
<?php echo("<script>console.log('".json_encode($_SERVER["QUERY_STRING"])."');</script>");?>
<?php if(strpos($_SERVER["QUERY_STRING"], 'displayNotice=card') === false):?>
<div id="mainMenu" class="clearfix">
<?php if($this->app->getViewType() == 'xhtml'):?>