package auth

import "fmt"

func logError(err error) {
	fmt.Println("ERROR:", err)
}
