1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-29 08:21:15 +03:00

Remove extraneous debug log lines

This commit is contained in:
David Hall
2016-09-14 17:06:39 -05:00
parent 966573f02f
commit 1e277575f9

View File

@ -48,7 +48,7 @@ IntervalColumn::IntervalColumn()
IntervalColumn::IntervalColumn(SRCP& val, int intervalType):
fVal(val->clone()), fIntervalType(intervalType)
{
cout << "intervalType=" << fIntervalType << endl;
// cout << "intervalType=" << fIntervalType << endl;
}
IntervalColumn::IntervalColumn( const IntervalColumn& rhs, const uint32_t sessionID):