Remove code introduced by mistake in MR0

Change-Id: Ic6dc692e703e04960e9a1f0d28d1ca2d59fc05ab
diff --git a/src/com/android/camera/VideoCamera.java b/src/com/android/camera/VideoCamera.java
index 642d13f..2907c52 100755
--- a/src/com/android/camera/VideoCamera.java
+++ b/src/com/android/camera/VideoCamera.java
@@ -1357,10 +1357,6 @@
     }
 
     private void addVideoToMediaStore() {
-        if (mStorageSpace < Storage.LOW_STORAGE_THRESHOLD) {
-            Log.e(TAG, "Space insufficient to add media: " + mStorageSpace);
-            return;
-        }
         if (mVideoFileDescriptor == null) {
             Uri videoTable = Uri.parse("content://media/external/video/media");
             mCurrentVideoValues.put(Video.Media.SIZE,