Created
February 16, 2012 22:31
-
-
Save springmeyer/1848383 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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