Skip to content

Commit 592e7ff

Browse files
committed
Make quiet
1 parent 90f1314 commit 592e7ff

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

index.js

-9
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,6 @@ const beamstreams = require('./beamstreams.js');
2626
const SegfaultHandler = require('segfault-handler');
2727
SegfaultHandler.registerHandler('crash.log');
2828

29-
const splash = `Aerostat Beam Coder Copyright (C) 2019 Streampunk Media Ltd
30-
GPL v3.0 or later license. This program comes with ABSOLUTELY NO WARRANTY.
31-
This is free software, and you are welcome to redistribute it
32-
under certain conditions. Conditions and warranty at:
33-
https://github.com/Streampunk/beamcoder/blob/master/LICENSE`;
34-
35-
console.log(splash);
36-
console.log('Using FFmpeg version', beamcoder.avVersionInfo());
37-
3829
beamcoder.demuxerStream = beamstreams.demuxerStream;
3930
beamcoder.muxerStream = beamstreams.muxerStream;
4031

0 commit comments

Comments
 (0)