Skip to content

Commit 0779169

Browse files
committed
remove log
1 parent e5d77c3 commit 0779169

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pkg/github/issues.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import (
55
"encoding/json"
66
"fmt"
77
"io"
8-
"log"
98
"net/http"
109
"strings"
1110
"time"
@@ -20,7 +19,6 @@ import (
2019

2120
// GetIssue creates a tool to get details of a specific issue in a GitHub repository.
2221
func GetIssue(getClient GetClientFn, t translations.TranslationHelperFunc) (tool mcp.Tool, handler server.ToolHandlerFunc) {
23-
log.Println("Fetching issue from GitHub:")
2422
return mcp.NewTool("get_issue",
2523
mcp.WithDescription(t("TOOL_GET_ISSUE_DESCRIPTION", "Get details of a specific issue in a GitHub repository.")),
2624
mcp.WithToolAnnotation(mcp.ToolAnnotation{

0 commit comments

Comments
 (0)