Skip to content

Commit 1090785

Browse files
authored
Update auth.hpp
1 parent 4e7095a commit 1090785

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

auth.hpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,6 @@ namespace KeyAuth {
138138
api::app_data.numKeys = data[XorStr("numKeys")];
139139
api::app_data.version = data[XorStr("version")];
140140
api::app_data.customerPanelLink = data[XorStr("customerPanelLink")];
141-
std::cout << data;
142-
//api::app_data.downloadLink = data[XorStr("download")];
143141
}
144142

145143
void load_response_data(nlohmann::json data) {

0 commit comments

Comments
 (0)