Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
cgrindel committed Nov 22, 2022
1 parent d93ba31 commit 10e0467
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions gazelle/internal/swiftpkg/manifest_test.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package swiftpkg_test

import (
"log"
"testing"

"github.com/cgrindel/swift_bazel/gazelle/internal/swiftpkg"
Expand Down Expand Up @@ -59,15 +58,6 @@ func TestNewManifestFromJSON(t *testing.T) {
manifest, err := swiftpkg.NewManifestFromJSON([]byte(swiftPackageJSONStr))
assert.NoError(t, err)
assert.Equal(t, expected, manifest)

// DEBUG BEGIN
log.Printf("*** CHUCK: manifest: %+#v", manifest)
log.Printf("*** CHUCK manifest.Dependencies: ")
for idx, item := range manifest.Dependencies {
log.Printf("*** CHUCK %d: %+#v", idx, item)
}
// assert.Fail(t, "STOP")
// DEBUG END
}

const swiftPackageJSONStr = `
Expand Down

0 comments on commit 10e0467

Please sign in to comment.