removed silliness.

Signed-off-by: quobix <dave@quobix.com>
This commit is contained in:
quobix
2023-11-22 13:10:57 -05:00
parent 003eb37a3d
commit 102f7fc93f

View File

@@ -6,8 +6,6 @@ package base
import (
"context"
"crypto/sha256"
"fmt"
"github.com/pb33f/libopenapi/index"
"github.com/pb33f/libopenapi/utils"
"gopkg.in/yaml.v3"
@@ -144,7 +142,6 @@ func (sp *SchemaProxy) GetSchemaReferenceLocation() *index.NodeOrigin {
return origin
}
}
fmt.Println("ooooooh my arse")
return nil
}