Skip to content

Commit

Permalink
Remove Debug Print (#13)
Browse files Browse the repository at this point in the history
### What changes were proposed in this pull request?
Remove Debug Print

### How was this patch tested?
Existing tests
  • Loading branch information
grundprinzip authored May 29, 2024
1 parent 3b013ab commit 082c2bf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion congruity/patch.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
_monkey_patch_complete = False
print("Called")
from congruity.helper.patch import monkey_patch_spark

monkey_patch_spark()
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

[tool.poetry]
name = "spark-congruity"
version = "0.0.1rc4"
version = "0.0.1rc5"
description = ""
authors = ["Matthew Powers <matthewkevinpowers@gmail.com>", "Martin Grund <martin@databricks.com>"]
readme = "README.md"
Expand Down

0 comments on commit 082c2bf

Please sign in to comment.