CameraITS: Fix for bad merge, in a merge conflct resolution earslier today

Change-Id: I2f21eb0142345373c5a17e407659a068f3f2ac61
diff --git a/apps/CameraITS/pymodules/its/image.py b/apps/CameraITS/pymodules/its/image.py
index 893c65d..b3bdb65 100644
--- a/apps/CameraITS/pymodules/its/image.py
+++ b/apps/CameraITS/pymodules/its/image.py
@@ -574,10 +574,7 @@
         debug_fname_prefix: If not None, the (string) name of a file prefix to
             use to save a number of debug images for visualizing the output of
             this function; can be used to see if the patches are being found
-            successfully. If this argument is provided, then some of the sanity
-            check assertions will be disabled to allow the function to provide
-            useful debugging information, meaning that garbage data may be
-            returned.
+            successfully.
 
     Returns:
         6x4 list of lists of integer (x,y) coords of the center of each patch,