removed unused log
diff --git a/src/org/sflphone/fragments/DetailsHistoryEntryFragment.java b/src/org/sflphone/fragments/DetailsHistoryEntryFragment.java
index 55ef3e5..95c36f7 100644
--- a/src/org/sflphone/fragments/DetailsHistoryEntryFragment.java
+++ b/src/org/sflphone/fragments/DetailsHistoryEntryFragment.java
@@ -40,7 +40,6 @@
 import org.sflphone.model.HistoryEntry.HistoryCall;
 import org.sflphone.service.ISipService;
 import org.sflphone.views.parallaxscrollview.AnotherView;
-import org.sflphone.views.parallaxscrollview.ParallaxScrollView;
 
 import android.app.Activity;
 import android.app.Fragment;
@@ -69,7 +68,6 @@
     private static final String TAG = DetailsHistoryEntryFragment.class.getSimpleName();
     ContactPictureTask tasker;
 
-    private ParallaxScrollView mScrollView;
     private ListView lvMain;
     private LinearLayout llMain, llMainHolder;
     private AnotherView anotherView;
@@ -123,7 +121,6 @@
 
         // mheaderView = LayoutInflater.from(getActivity()).inflate(R.layout.history_detail_header, null);
 
-        mScrollView = (ParallaxScrollView) inflatedView.findViewById(R.id.scroll_view);
         llMain = (LinearLayout) inflatedView.findViewById(R.id.llMain);
         llMainHolder = (LinearLayout) inflatedView.findViewById(R.id.llMainHolder);
         lvMain = (ListView) inflatedView.findViewById(R.id.lvMain);
@@ -181,7 +178,7 @@
             totalHeight += firstHeight;
         }
 
-//         totalHeight -= iv.getMeasuredHeight();
+        // totalHeight -= iv.getMeasuredHeight();
 
         LinearLayout.LayoutParams params = (LinearLayout.LayoutParams) llMain.getLayoutParams();