Skip to content

Commit

Permalink
Remove console.logs
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-koch committed Jan 2, 2016
1 parent 1b38a0f commit 56032ba
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions dashboard.js
Expand Up @@ -192,8 +192,6 @@ Funbit.Ets.Telemetry.Dashboard.prototype.initialize = function (skinConfig) {
if (g_skinConfig.checkForUpdates) {
$.get('http://mikekoch.me/ets2-mobile-route-advisor/latest-version.html', function(data) {
var latestVersion = data.trim();
console.log(latestVersion);
console.log(g_currentVersion);
if (latestVersion != g_currentVersion) {
$('#update-status').show();
}
Expand Down

0 comments on commit 56032ba

Please sign in to comment.