|  | @@ -138,8 +138,7 @@ class HomeViewModel constructor(context: Context, scope: CoroutineScope): ViewMo
 | 
	
		
			
				|  |  |                          val jsonString = gson.toJson(response)
 | 
	
		
			
				|  |  |                          val type = object : TypeToken<DataResponse<Objects?>?>() {}.type
 | 
	
		
			
				|  |  |                          val data = gson.fromJson<DataResponse<Objects>>(jsonString, type)
 | 
	
		
			
				|  |  | -                        Log.d("test_api_response", "data = ${data.status} ${data.message}")
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | +//                        Log.d("test_api_response", "data = ${data.status} ${data.message}")
 | 
	
		
			
				|  |  |                      } catch (ex: Exception) {
 | 
	
		
			
				|  |  |                          Log.d("test_api_response", "feedback onSuccess: catch")
 | 
	
		
			
				|  |  |                      }
 |