diff utils.lua @ 118:c32d6bf6cfc1

Removed debug prints and obsolete todos
author contrebasse
date Sun, 19 Jun 2011 13:05:52 +0200
parents 7ce304c296b0
children ef057e91b465
line wrap: on
line diff
--- a/utils.lua	Sun Jun 19 13:04:37 2011 +0200
+++ b/utils.lua	Sun Jun 19 13:05:52 2011 +0200
@@ -181,9 +181,6 @@
 
 		stateSaved = true
 		A.blockScan = nil
-
-		--@todo Scroll down to the selected recipe
-		-- with TradeSkillSkillXX:Show() ?
 	end
 
 	function A.RestoreActiveFilters()
@@ -214,9 +211,6 @@
 
 		stateSaved = nil
 		A.blockScan = nil
-
-		--@todo Scroll down to the selected recipe
-		-- with TradeSkillSkillXX:Show() ?
 	end
 end