Skip to content

Commit

Permalink
fix: 移除多余的console
Browse files Browse the repository at this point in the history
  • Loading branch information
Lete114 committed Apr 24, 2022
1 parent 6c8a07b commit 05e6fbe
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hexo-theme-mengd",
"version": "1.8.2",
"version": "1.8.3",
"description": "A simple, lightweight Hexo theme",
"main": "package.json",
"scripts": {},
Expand Down
1 change: 0 additions & 1 deletion source/js/utlis.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ function getScript(url, callback) {
script.type = 'text/javascript'
if (typeof callback != 'undefined') {
if (script.readyState) {
console.log(script.onreadystatechange)
script.onreadystatechange = function () {
if (script.readyState == 'loaded' || script.readyState == 'complete') {
script.onreadystatechange = null
Expand Down

0 comments on commit 05e6fbe

Please sign in to comment.