Skip to content

Remove a leftover code - #1222

Merged
absurdfarce merged 1 commit into
apache:masterfrom
dkropachev:dk/remove-leftover
Aug 20, 2024
Merged

Remove a leftover code#1222
absurdfarce merged 1 commit into
apache:masterfrom
dkropachev:dk/remove-leftover

Conversation

@dkropachev

Copy link
Copy Markdown
Contributor

It was part of #1161.
Looks like some excessive debug code that was overlooked by @absurdfarce

@absurdfarce

Copy link
Copy Markdown
Contributor

Nice catch @dkropachev ! If I recall correctly this was added originally because the repr() op used in the conversion string for the ValueError in the next line was failing... and I was trying to get at the actual error string. But I might be wrong about all of that. :)

Regardless, you're absolutely correct, this code doesn't need to be here now that repr() for vector types should work correctly.

@absurdfarce
absurdfarce merged commit 6f621ad into apache:masterAug 20, 2024
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@dkropachev@absurdfarce