diff --git a/static/js/keyword.js b/static/js/keyword.js index d583a21..978d82e 100644 --- a/static/js/keyword.js +++ b/static/js/keyword.js @@ -253,7 +253,6 @@ $(function () { function openSearch(keyword) { var type = getSeachType(); - console.log('type', type) var baseUrl = search_types.find(function (item) { return item.type === type; });