diff options
| -rwxr-xr-x | gittorrentd | 1 |
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) |
