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
path: root/bin
diff options
context:
space:
mode:
authorFeross Aboukhadijeh <feross@feross.org>2016-02-14 09:56:12 +0300
committerFeross Aboukhadijeh <feross@feross.org>2016-02-14 11:43:24 +0300
commitfcc0ff0ffa105023f7203df9f59cb901946e19af (patch)
tree7389a03ed4783a7fddefcebae36e42e35c2f620d /bin
parent6cd8fa900a43c30e5b795bdf088a3702eb94f109 (diff)
cmd: only make vlc-log.txt when DEBUG is enabled
Diffstat (limited to 'bin')
-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'