This is an automated email from the ASF dual-hosted git repository.
sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git
The following commit(s) were added to refs/heads/master by this push:
new 3333bdd Revert accidental commit
3333bdd is described below
commit 3333bdd9be6f1c264b132ff480d7d3e85188c78a
Author: Sebb <[email protected]>
AuthorDate: Fri Jan 17 18:42:03 2020 +0000
Revert accidental commit
---
lib/whimsy/asf/ldap.rb | 5 -----
1 file changed, 5 deletions(-)
diff --git a/lib/whimsy/asf/ldap.rb b/lib/whimsy/asf/ldap.rb
index 0955617..f0e4969 100644
--- a/lib/whimsy/asf/ldap.rb
+++ b/lib/whimsy/asf/ldap.rb
@@ -361,11 +361,6 @@ module ASF
object.instance_variable_set(attr, WeakRef.new(value))
end
-if object == self
- puts "Save #{attr} #{object}"
-else
- puts "Nosave #{attr} #{object}"
-end
# keep track of which weak references are saved
@@weakrefs << attr if object == self
end