db/view: Remove leftover debug statement
Signed-off-by: Duarte Nunes <duarte@scylladb.com> Message-Id: <20180402175238.5528-1-duarte@scylladb.com>
This commit is contained in:
committed by
Paweł Dziepak
parent
cadd983856
commit
11ece46f14
@@ -1303,7 +1303,6 @@ public:
|
||||
|
||||
~built_views() {
|
||||
for (auto&& status : views) {
|
||||
std::cout << "putting " << status.view->cf_name() << " back\n";
|
||||
// Use step.current_token(), which may have wrapped around and become < first_token.
|
||||
step.build_status.emplace_back(view_build_status{std::move(status.view), step.current_token(), step.current_token()});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user