Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/webtorrent/webtorrent.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/cmd.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/bin/cmd.js b/bin/cmd.js
index 1b5cce1..ad822d6 100755
--- a/bin/cmd.js
+++ b/bin/cmd.js
@@ -87,8 +87,6 @@ function getRuntime () {
var VLC_ARGS = '--play-and-exit --video-on-top --quiet'
if (process.env.DEBUG) {
- VLC_ARGS += ' -q'
-} else {
VLC_ARGS += ' --extraintf=http:logger --verbose=2 --file-logging --logfile=vlc-log.txt'
}
var MPLAYER_EXEC = 'mplayer -ontop -really-quiet -noidx -loop 0'