Skip to content

Commit

Permalink
removed leftover logging
Browse files Browse the repository at this point in the history
  • Loading branch information
gergelyszabo94 committed Sep 29, 2024
1 parent 645cb2c commit e5a1b80
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion extension/src/contentScripts/steam/inventory.js
Original file line number Diff line number Diff line change
Expand Up @@ -1066,7 +1066,6 @@ const addRightSideElements = () => {

if (activeInventoryAppID === steamApps.CSGO.appID) {
if (showPriceEmpireLinkInInventory) {
console.log('ITEM:', item);
const priceEmpireLink = `
<div class="descriptor pricEmpireLink">
<a href="https://pricempire.com/${getPricempireLink(item.type.key, item.name, (item.dopplerInfo && item.dopplerInfo.name) ? `-${item.dopplerInfo.name}` : '', item.exterior?.name.toLowerCase())}?utm_source=csgotrader.app&r=76561198036030455" target="_blank" style="color: yellow;">
Expand Down
1 change: 0 additions & 1 deletion extension/src/utils/utilsModular.js
Original file line number Diff line number Diff line change
Expand Up @@ -935,7 +935,6 @@ const getBuffLink = (marketHashName) => {
};

const getPricempireLink = (itemType, itemName, dopplerType, condition) => {
console.log(itemType);
try {
switch (itemType) {
case 'gloves':
Expand Down

0 comments on commit e5a1b80

Please sign in to comment.