[OpenSRF-GIT] OpenSRF branch rel_2_1 updated. osrf_rel_2_1_0-rc1-12-g2c0fb3a

Evergreen Git git at git.evergreen-ils.org
Mon May 21 12:27:52 EDT 2012


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "OpenSRF".

The branch, rel_2_1 has been updated
       via  2c0fb3a9f6aeea9c93846c573ced8d235ec03c7c (commit)
      from  f6d38086a42cd6a60d7ed45461d99076cf4d9e5e (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 2c0fb3a9f6aeea9c93846c573ced8d235ec03c7c
Author: Dan Scott <dan at coffeecode.net>
Date:   Mon May 21 11:48:26 2012 -0400

    Revert inadvertently introduced debugging code
    
    In commit 91b8790c, several debugging lines were accidentally committed
    to the OpenSRF caching utility. Revert that change.
    
    Signed-off-by: Dan Scott <dan at coffeecode.net>

diff --git a/src/perl/lib/OpenSRF/Utils/Cache.pm b/src/perl/lib/OpenSRF/Utils/Cache.pm
index b7344d2..1fb56a4 100644
--- a/src/perl/lib/OpenSRF/Utils/Cache.pm
+++ b/src/perl/lib/OpenSRF/Utils/Cache.pm
@@ -94,9 +94,6 @@ sub new {
 	$self->{persist} = $persist || 0;
 	$self->{memcache} = Cache::Memcached->new( { servers => $servers } ); 
 	if(!$self->{memcache}) {
-        open(CACHEFOO, '>', '/tmp/cached');
-        print CACHEFOO "De nada\n";
-        close(CACHEFOO);
 		throw OpenSRF::EX::PANIC ("Unable to create a new memcache object for $cache_type");
 	}
 

-----------------------------------------------------------------------

Summary of changes:
 src/perl/lib/OpenSRF/Utils/Cache.pm |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
OpenSRF


More information about the opensrf-commits mailing list