diff --git a/www/plugins/es/js/controllers/market-controllers.js b/www/plugins/es/js/controllers/market-controllers.js
index e91f36e6e0a6aaaf49021a595ae77317d495a65f..8060eeb3e49b753b6e4d95e0cb094d801490f28e 100644
--- a/www/plugins/es/js/controllers/market-controllers.js
+++ b/www/plugins/es/js/controllers/market-controllers.js
@@ -280,7 +280,6 @@ function ESMarketLookupController($scope, $state, $focus, $timeout, $filter, $q,
               record.thumbnail = UIUtils.image.fromAttachment(record.thumbnail);
             }
             if (record.price) {
-              console.log(record.price + '-' + csSettings.data.useRelative);
               if (!csSettings.data.useRelative && (!record.unit || record.unit==='UD')) {
                 record.price = record.price * currentUD;
               }