summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEliot Horowitz <eliot@10gen.com>2010-03-01 22:38:09 -0500
committerEliot Horowitz <eliot@10gen.com>2010-03-01 22:38:09 -0500
commit18b5ef501336e51cfb7a22b1c2a7059c314b29ad (patch)
treee32c579292b222a1e36210a05af6b92684c4d09c
parent0a8e1f91c83bce14480e9cda00a1f630a5c64e93 (diff)
downloadmongo-18b5ef501336e51cfb7a22b1c2a7059c314b29ad.tar.gz
turn off debugging
-rw-r--r--db/index_geo2d.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/db/index_geo2d.cpp b/db/index_geo2d.cpp
index e81557dd573..134cb9884ae 100644
--- a/db/index_geo2d.cpp
+++ b/db/index_geo2d.cpp
@@ -29,8 +29,8 @@
namespace mongo {
-#define GEODEBUG(x) cout << x << endl;
- //#define GEODEBUG(x)
+ //#define GEODEBUG(x) cout << x << endl;
+#define GEODEBUG(x)
const string GEO2DNAME = "2d";