a2dp: Remove unnecessary if statement
diff --git a/profiles/audio/a2dp.c b/profiles/audio/a2dp.c
index cf00400..5ecdab7 100644
--- a/profiles/audio/a2dp.c
+++ b/profiles/audio/a2dp.c
@@ -1481,7 +1481,6 @@
 
 	if (err) {
 		error("%s", err->message);
-		if (err)
 		goto drop;
 	}