summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/discord/store.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/discord/store.hpp b/src/discord/store.hpp
index 01401f6..cf1b114 100644
--- a/src/discord/store.hpp
+++ b/src/discord/store.hpp
@@ -81,7 +81,6 @@ public:
while (s.FetchOne()) {
r.push_back(GetUserBound(&s));
}
- printf("fetched %llu\n", r.size());
return r;
}