Removed logging functions

This commit is contained in:
Tracker-Friendly 2025-01-08 18:37:03 +00:00
parent 27909c4984
commit 1fa7a55d82
1 changed files with 0 additions and 2 deletions

View File

@ -2,7 +2,6 @@ package library
import (
"crypto/ed25519"
"fmt"
library "git.ailur.dev/ailur/fg-library/v3"
"github.com/google/uuid"
"time"
@ -66,7 +65,6 @@ func GetOAuthHostname(information *library.ServiceInitializationInformation) (st
}
func InitializeOAuth(oauth OAuthInformation, information *library.ServiceInitializationInformation) (oauthResponse OAuthResponse, pk ed25519.PublicKey, hostname string, err error) {
fmt.Println("Initializing OAuth")
pk, err = GetPublicKey(information)
if err != nil {
return