summaryrefslogtreecommitdiff
path: root/db/query.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'db/query.cpp')
-rw-r--r--db/query.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/query.cpp b/db/query.cpp
index 4f99cfa0a85..e4df9643ab5 100644
--- a/db/query.cpp
+++ b/db/query.cpp
@@ -641,7 +641,7 @@ bool _runCommands(const char *ns, JSObj& jsobj, stringstream& ss, BufBuilder &b,
ok = false;
} else {
dropDatabase(ns);
-//finish logOp("c", ns, jsobj);
+ logOp("c", ns, jsobj);
ok = true;
}
}