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

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))