Skip to content

Commit 7061c43

Browse files
Set debug to false by default
1 parent 8dce8e9 commit 7061c43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

auth.hpp

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

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

0 commit comments

Comments
 (0)