Skip to content

Commit 514602f

Browse files
Set debug to false by default
1 parent d7c2d21 commit 514602f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x64/auth.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ namespace KeyAuth {
1717
std::string name, ownerid, version, url, path;
1818
static bool debug;
1919

20-
api(std::string name, std::string ownerid, std::string version, std::string url, std::string path, bool debug = true) {
20+
api(std::string name, std::string ownerid, std::string version, std::string url, std::string path, bool debug = false) {
2121
debug = debug;
2222
}
2323

0 commit comments

Comments
 (0)