Skip to content

Commit

Permalink
Remove trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
akenmorris committed Feb 15, 2023
1 parent 67a42e4 commit edfaf5d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Studio/Interface/UpdateChecker.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,6 @@ void UpdateChecker::run_update_check() {
void UpdateChecker::handleNetworkReply(QNetworkReply* reply) {
std::string response = QString(reply->readAll()).toStdString();

response = "<junk/>";

// get the json response
try {
auto j = json::parse(response);
Expand Down

0 comments on commit edfaf5d

Please sign in to comment.