remv debug

This commit is contained in:
tqchen 2014-10-20 18:06:15 -07:00
parent 23eaa7ed32
commit 96c5196647

View File

@ -188,7 +188,6 @@ class QuantileSketch {
s.data = BeginPtr(data) + l * level_batch;
level.push_back(s);
}
printf("init L = %lu, b = %lu, %lu size\n",L, b, data.size());
qtail = 0;
}
/*!