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:
Duarte Nunes
2018-04-02 18:52:38 +01:00
committed by Paweł Dziepak
parent cadd983856
commit 11ece46f14

View File

@@ -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()});
}