root-11 / tablite

multiprocessing enabled out-of-memory data analysis library for tabular data.
MIT License
37 stars 8 forks source link

Fix potential layout mismatch #150

Closed realratchet closed 8 months ago

realratchet commented 8 months ago

Fix an issue where layouts could potential get mismatched, never happened in column selector itself but managed to trigger it in functionality that uses makePage template directly.

Removed that unnecessary print statement.