Skip to content

Commit

Permalink
remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
JCaporuscio committed Oct 23, 2023
1 parent 2ed78d4 commit 5726534
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,6 @@ class WPILibVersioningPluginTests {


def version = project.extensions.getByName('wpilibVersioning').version.get()
println("Obtained Version: " + version)
assertEquals(expectedVersion, version)
}

Expand Down

0 comments on commit 5726534

Please sign in to comment.