Deleted active js debugger; (#693)

This commit is contained in:
b1rdhous3 2020-02-19 17:46:08 +01:00 committed by GitHub
parent 065634076b
commit 75f39bb125
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -83,7 +83,6 @@ $(document).ready( function() {
getReleases(function(callback){
if(callback)
{
debugger;
$('#dash_latev').html(window.latestVersion.tag_name);
if (semverLite.gt(window.latestVersion.tag_name, window.currentVersion))