diff --git a/clip.cpp b/clip.cpp index 2c6d5c4f..db826d61 100644 --- a/clip.cpp +++ b/clip.cpp @@ -1723,7 +1723,7 @@ std::string overzoom(std::vector const &tiles, int nz, int nx, int } // Don't clip here if we are binning, because we need to bin points in the buffer - if (!sametile /* && bins.size() == 0 */) { + if (!sametile && bins.size() == 0) { // Clip to output tile long long xmin = LLONG_MAX;