mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 02:36:28 +00:00 
			
		
		
		
	Code cleanup.
This commit is contained in:
		| @@ -49,7 +49,6 @@ class HelpController extends Controller | ||||
|             return Response::json($content); | ||||
|         } | ||||
|  | ||||
|         Log::debug('Will get help from Github for language "' . $language . '" and route "' . $route . '".'); | ||||
|         $content = $help->getFromGithub($language, $route); | ||||
|  | ||||
|         $help->putInCache($route, $language, $content); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user