Skip to content

Commit

Permalink
Removing unwanted prints
Browse files Browse the repository at this point in the history
  • Loading branch information
eiglesias34 committed Jul 19, 2024
1 parent 5969312 commit f0eebbc
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ You can easily customize your own configurations from the set of features that S

## Version
```
4.7.4.7
4.7.4.8
```

## RML-Test Cases
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.7.4.7
4.7.4.8
1 change: 0 additions & 1 deletion rdfizer/rdfizer/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1842,7 +1842,6 @@ def mapping_parser(mapping_file):

mapping_query_results = mapping_graph.query(mapping_query)
for result_triples_map in mapping_query_results:
print(result_triples_map)
triples_map_exists = False
for triples_map in triples_map_list:
triples_map_exists = triples_map_exists or (
Expand Down
1 change: 0 additions & 1 deletion rdfizer/rdfizer/semantify.py
Original file line number Diff line number Diff line change
Expand Up @@ -1842,7 +1842,6 @@ def mapping_parser(mapping_file):

mapping_query_results = mapping_graph.query(mapping_query)
for result_triples_map in mapping_query_results:
print(result_triples_map)
triples_map_exists = False
for triples_map in triples_map_list:
triples_map_exists = triples_map_exists or (
Expand Down

0 comments on commit f0eebbc

Please sign in to comment.