Skip to content

Commit

Permalink
Remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
donn committed Dec 12, 2023
1 parent e932ca7 commit 41092c7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion ioplace_parser/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
__version__ = "0.1.0"
__version__ = "0.1.1"

if __name__ == "__main__":
print(__version__, end="")
1 change: 0 additions & 1 deletion ioplace_parser/parse.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,6 @@ def parse(string: str):
for side in ["N", "E", "W", "S"]:
if side in sides_info:
continue
print(listener.global_min_distance)
sides_info[side] = Side(
min_distance=listener.global_min_distance,
reverse_result=False,
Expand Down

0 comments on commit 41092c7

Please sign in to comment.