Skip to content

Instantly share code, notes, and snippets.

@springmeyer
Created February 16, 2012 22:31
Show Gist options
  • Save springmeyer/1848383 to your computer and use it in GitHub Desktop.
Save springmeyer/1848383 to your computer and use it in GitHub Desktop.
diff --git a/plugins/input/sqlite/sqlite_datasource.cpp b/plugins/input/sqlite/sqlite_datasource.cpp
index 02e184d..216493f 100644
--- a/plugins/input/sqlite/sqlite_datasource.cpp
+++ b/plugins/input/sqlite/sqlite_datasource.cpp
@@ -598,10 +598,10 @@ featureset_ptr sqlite_datasource::features(query const& q) const
s << " OFFSET " << row_offset_;
}
-#ifdef MAPNIK_DEBUG
- std::clog << "Sqlite Plugin: table: " << table_ << "\n\n";
+//#ifdef MAPNIK_DEBUG
+// std::clog << "Sqlite Plugin: table: " << table_ << "\n\n";
std::clog << "Sqlite Plugin: query: " << s.str() << "\n\n";
-#endif
+//#endif
boost::shared_ptr<sqlite_resultset> rs(dataset_->execute_query(s.str()));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment