mirror of
				https://github.com/aclindsa/moneygo.git
				synced 2025-11-03 18:13:27 -05:00 
			
		
		
		
	accounts.go: Remove extraneous lines
This commit is contained in:
		@@ -164,9 +164,6 @@ func AccountHandler(w http.ResponseWriter, r *http.Request) {
 | 
			
		||||
				log.Print(err)
 | 
			
		||||
			}
 | 
			
		||||
			return
 | 
			
		||||
			WriteError(w, 999 /*Internal Error*/)
 | 
			
		||||
			log.Print(err)
 | 
			
		||||
			return
 | 
			
		||||
		}
 | 
			
		||||
 | 
			
		||||
		WriteSuccess(w)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user