aboutsummaryrefslogtreecommitdiff
path: root/gittorrentd
diff options
context:
space:
mode:
authorAntoine Beaupré <anarcat@koumbit.org>2015-05-31 18:51:54 -0400
committerAntoine Beaupré <anarcat@koumbit.org>2015-05-31 18:51:54 -0400
commitbfe8b17eec315d38070417bf45d5cbcbbb74dc18 (patch)
tree5d8e1f26c7a579b92b7d26009e0257de4340177a /gittorrentd
parentf8f833d5203b4dadfdc7632c7688c51931b33d5c (diff)
remove debugging message
Diffstat (limited to 'gittorrentd')
-rwxr-xr-xgittorrentd1
1 files changed, 0 insertions, 1 deletions
diff --git a/gittorrentd b/gittorrentd
index 3a6c39c..130731f 100755
--- a/gittorrentd
+++ b/gittorrentd
@@ -77,7 +77,6 @@ function bpad (n, buf) {
dht.on('ready', function () {
// Spider all */.git dirs and announce all refs.
var repos = glob.sync('*/{,.git/}git-daemon-export-ok', {strict: false})
- console.log('found repos: ' + repos)
var count = repos.length
repos.forEach(function (repo) {
console.log('in repo ' + repo)