Remove debug code.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@59870 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Analysis/RegionStore.cpp b/lib/Analysis/RegionStore.cpp
index cc7715a..d512703 100644
--- a/lib/Analysis/RegionStore.cpp
+++ b/lib/Analysis/RegionStore.cpp
@@ -289,7 +289,7 @@
     FR = 0;
     return UnknownVal();
   }
-  printf("kidn = %d\n", R->getKind());
+
   assert(0 && "Other regions are not supported yet.");
 }