@@ -17,7 +17,6 @@ class AuthenticateApi
public function handle($request, Closure $next)
{
$userAuth = Auth('api')->user();
- dd($userAuth);
if (!$userAuth) {
return Response::json([
'status' => 1000,