diff --git a/scripts/helper/uk-paginator.js b/scripts/helper/uk-paginator.js index 75a6c4e..6d157ae 100644 --- a/scripts/helper/uk-paginator.js +++ b/scripts/helper/uk-paginator.js @@ -11,11 +11,8 @@ hexo.extend.helper.register("uk_paginator", function(option) { itemClasses: [], }, option); const pagePathReplaced = options.pagePath.replace('/', '\/').replace('%d', '\\d+'); - console.log(pagePathReplaced); const regPagePath = new RegExp(pagePathReplaced); - console.log(regPagePath); options.base = options.base.replace(regPagePath, ''); - console.dir(options); let pageStructure = []; pageStructure.push(`