From 985c25cb1e9497b63c572440be99be5392f540ec Mon Sep 17 00:00:00 2001 From: xaoxuu Date: Thu, 27 Oct 2022 22:28:24 +0800 Subject: [PATCH] delete log --- layout/_partial/sidebar/widgets/ghissues.ejs | 1 - 1 file changed, 1 deletion(-) diff --git a/layout/_partial/sidebar/widgets/ghissues.ejs b/layout/_partial/sidebar/widgets/ghissues.ejs index 782574e..0f5bced 100644 --- a/layout/_partial/sidebar/widgets/ghissues.ejs +++ b/layout/_partial/sidebar/widgets/ghissues.ejs @@ -22,7 +22,6 @@ function layoutDiv() { if (item.labels) { item.api += '&labels=' + item.labels; } - console.log(item.api); el += '
'; if (item.title) { el += '
';