|  |  |  | @ -62,7 +62,6 @@ public class PowerActionParser {@@ -62,7 +62,6 @@ public class PowerActionParser { | 
			
		
	
		
			
				
					|  |  |  |  |         StatTransfer statTransfer; | 
			
		
	
		
			
				
					|  |  |  |  |         TrackEntry trackEntry; | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  |         try { | 
			
		
	
		
			
				
					|  |  |  |  |             // Remove all lines that contain a # and leading/trailing blank lines
 | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  |             powerActionData = powerActionData.replaceAll("(?m)^(\\s*#.*|\\s*)\r?\n?", "").trim(); | 
			
		
	
	
		
			
				
					|  |  |  | @ -300,11 +299,7 @@ public class PowerActionParser {@@ -300,11 +299,7 @@ public class PowerActionParser { | 
			
		
	
		
			
				
					|  |  |  |  |                     default: | 
			
		
	
		
			
				
					|  |  |  |  |                         Logger.error("Unhandled variable type:" + key + " for powerAction: " + powerActionEntry.action_id); | 
			
		
	
		
			
				
					|  |  |  |  |                 } | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  |             } | 
			
		
	
		
			
				
					|  |  |  |  |         } catch (Exception e) { | 
			
		
	
		
			
				
					|  |  |  |  |             Logger.error(powerActionEntry.action_id + " " + e); | 
			
		
	
		
			
				
					|  |  |  |  |         } | 
			
		
	
		
			
				
					|  |  |  |  |         return powerActionEntry; | 
			
		
	
		
			
				
					|  |  |  |  |     } | 
			
		
	
		
			
				
					|  |  |  |  | } | 
			
		
	
	
		
			
				
					|  |  |  | 
 |