Commit b50e2249 authored by Tim Wojtulewicz's avatar Tim Wojtulewicz

Remove leftover debug message

parent e0b41065
...@@ -151,7 +151,6 @@ struct val_consumer { ...@@ -151,7 +151,6 @@ struct val_consumer {
template <class T> template <class T>
void value(T x) { void value(T x) {
if constexpr (std::is_same_v<T,uint64_t>) puts("GOT AN uint64_t");
ptr->data = x; ptr->data = x;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment