You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by ec...@apache.org on 2017/10/19 15:33:47 UTC

[geode-native] branch develop updated: GEODE-2508: clean up debugging code

This is an automated email from the ASF dual-hosted git repository.

echobravo pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode-native.git


The following commit(s) were added to refs/heads/develop by this push:
     new c40fc62  GEODE-2508: clean up debugging code
c40fc62 is described below

commit c40fc62a1371ca916a1dfc4ef2411509f2eb951a
Author: Ernest Burghardt <eb...@pivotal.io>
AuthorDate: Thu Oct 19 09:33:36 2017 -0600

    GEODE-2508: clean up debugging code
---
 cppcache/src/CppCacheLibrary.cpp | 1 -
 1 file changed, 1 deletion(-)

diff --git a/cppcache/src/CppCacheLibrary.cpp b/cppcache/src/CppCacheLibrary.cpp
index ebad58c..99e11ef 100644
--- a/cppcache/src/CppCacheLibrary.cpp
+++ b/cppcache/src/CppCacheLibrary.cpp
@@ -83,7 +83,6 @@ std::string CppCacheLibrary::getProductLibDir() {
   DllMainGetPath(buffer, PATH_MAX);
 
   std::string path(buffer);
-  fprintf(stderr, "MOOF: %s\n", path.c_str());
   std::string::size_type pos = std::string::npos;
 #ifdef WIN32
   std::string cppName = PRODUCT_LIB_NAME;

-- 
To stop receiving notification emails like this one, please contact
['"commits@geode.apache.org" <co...@geode.apache.org>'].