diff --git a/src/forge/Main/Index.js b/src/forge/Main/Index.js index 7b4747bb..25419402 100644 --- a/src/forge/Main/Index.js +++ b/src/forge/Main/Index.js @@ -165,8 +165,6 @@ class Index extends Component { }); this.setCategoryList(list, id) const { sort,languageId } = this.state; - console.log(languageId); - console.log(id); this.getListData(1,undefined, sort,id , languageId); }