projects
/
booh
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d81a476
)
remove debugging code
author
gc
<gc>
Tue, 16 Oct 2007 19:58:26 +0000
(19:58 +0000)
committer
gc
<gc>
Tue, 16 Oct 2007 19:58:26 +0000
(19:58 +0000)
bin/booh-classifier
patch
|
blob
|
history
diff --git
a/bin/booh-classifier
b/bin/booh-classifier
index 6df92d83195e91c7e189ea504ce471fd3b0a7198..6c9174f038fa2fef6dcf41c2236e01824c1e331a 100644
(file)
--- a/
bin/booh-classifier
+++ b/
bin/booh-classifier
@@
-958,8
+958,7
@@
def open_dir(path)
end
Dir.entries(dir).each { |file|
type = entry2type(file)
- if type
-#&& $allentries.size < 120
+ if type
$allentries << Entry.new(File.join(dir, file), type)
end
}