remove unused log, fix trailing whitespaces
diff --git a/src/org/sflphone/service/ISipService.aidl b/src/org/sflphone/service/ISipService.aidl
index 886700c..1883141 100644
--- a/src/org/sflphone/service/ISipService.aidl
+++ b/src/org/sflphone/service/ISipService.aidl
@@ -31,6 +31,11 @@
     void setActiveCodecList(in List codecs, in String accountID);
     Map getRingtoneList();
     
+    
+    // FIXME
+    List getAudioInputDeviceList();
+    List getAudioOutputDeviceList();
+    
     /* History */
     List getHistory();