Skip to content

Commit

Permalink
remove unwanted debug line
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidAnderson684 committed Sep 9, 2017
1 parent 131abcf commit 1afcdab
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions class-udm-updater.php
Original file line number Diff line number Diff line change
Expand Up @@ -209,13 +209,11 @@ public function udmupdater_ajax() {
if (null !== $installed_version) {
// Save before checking in case something goes wrong (copied from the updates checker library)
$state = $update_checker->getUpdateState();
$state->setLastCheckToNow()->setCheckedVersion($installed_version)->save();
$state->setLastCheckToNow()->setCheckedVersion($installed_version)->save();
$state->setUpdate($plugin_update);
$state->save();
}


error_log(serialize($decoded->data));
}

}
Expand Down

0 comments on commit 1afcdab

Please sign in to comment.