We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7c2d21 commit 514602fCopy full SHA for 514602f
x64/auth.hpp
@@ -17,7 +17,7 @@ namespace KeyAuth {
17
std::string name, ownerid, version, url, path;
18
static bool debug;
19
20
- api(std::string name, std::string ownerid, std::string version, std::string url, std::string path, bool debug = true) {
+ api(std::string name, std::string ownerid, std::string version, std::string url, std::string path, bool debug = false) {
21
debug = debug;
22
}
23
0 commit comments