Browse Source

removed debug code

Ditters 3 years ago
parent
commit
2a0e5bb72a
1 changed files with 0 additions and 1 deletions
  1. 0 1
      locations/shop_display.qsrc

+ 0 - 1
locations/shop_display.qsrc

@@ -721,7 +721,6 @@ if filter = 0:
 	i = 1
 	:loopshop_1
 		if dyneval('RESULT = <<$shop_array>>[<<i>>]') = 0:*p '<a href="exec: gt ''shop_display'', ''<<$loc>>'', ''<<$product_code>>'', <<i>>"><img src="<<$img_loc>><<i>>.jpg" 	height="250" /></a> '
-		'<<$img_loc>><<i>>'
 		
 		i += 1
 	if i <= numproduct:jump 'loopshop_1'