* Delete duplicate code.

This commit is contained in:
holan20180123
2021-02-08 17:09:11 +08:00
parent 166f48a297
commit 440d8f440e
3 changed files with 2 additions and 28 deletions
-1
View File
@@ -360,7 +360,6 @@ class releaseModel extends model
*/
public function batchUnlinkBug($releaseID, $type = 'bug')
{
$bugList = $this->post->unlinkBugs;
if(empty($bugList)) return true;