public
Description: Vault
Homepage: http://peervoice.com/software/vault
Clone URL: git://github.com/ddollar/vault.git
Search Repo:
removed debugging code
ddollar (author)
Sat Apr 12 22:40:57 -0700 2008
commit  b440b9039dc16555f89a973acaf7d386bf49c062
tree    a2ab62bf89208fbfa47be0e4360c5037975e922b
parent  6298664d50699b35005d5f88c3b9fbc52aa392f7
...
20
21
22
23
24
25
26
27
...
20
21
22
 
 
23
24
25
0
@@ -20,8 +20,6 @@
0
     end
0
 
0
     def node(revision_id, path, load_children=true)
0
-
0
- puts "RID: #{revision_id} PATH: #{path}"
0
       commit = @engine.commits(revision_id).first
0
       tree = commit.tree
0
       

Comments

    No one has commented yet.