Skip to content

Commit

Permalink
remove console.log debug call from javascript (#23698)
Browse files Browse the repository at this point in the history
  • Loading branch information
Phil Taylor authored and HLeithner committed Jan 30, 2019
1 parent aff330c commit 28b1c93
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion media/com_joomlaupdate/js/update.js
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,6 @@ pingExtract = function()

startExtract = function()
{
console.log("started");
// Reset variables
this.stat_files = 0;
this.stat_inbytes = 0;
Expand Down

0 comments on commit 28b1c93

Please sign in to comment.