Removed a stray dump().


git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@119888 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/source/Expression/IRForTarget.cpp b/source/Expression/IRForTarget.cpp
index 9092aa7..cfe4007 100644
--- a/source/Expression/IRForTarget.cpp
+++ b/source/Expression/IRForTarget.cpp
@@ -476,9 +476,7 @@
             {
                 if (log)
                     log->PutCString("NSString initializer's str element is not a GlobalVariable");
-                
-                nsstring_cstr->dump();
-                
+                    
                 return false;
             }