We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dabf396 commit c69d2dfCopy full SHA for c69d2df
commands/utils/poller/poller.js
@@ -48,7 +48,6 @@ function poll_build(lt_config, session_id, env) {
48
env: env,
49
reject_unauthorized: lt_config.run_settings.reject_unauthorized,
50
};
51
- console.log(args);
52
reports(args);
53
if (
54
Object.keys(stats).length == 1 &&
0 commit comments