mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
don't log your password to the console
This commit is contained in:
@@ -12,7 +12,6 @@ module.exports = function(){
|
||||
});
|
||||
grunt.verbose.writeln("desiredCapabilities", JSON.stringify(desiredCapabilities));
|
||||
|
||||
grunt.verbose.writeln('webdriver remote', JSON.stringify(config.webdriver.remote));
|
||||
var browser = wd.promiseChainRemote(config.webdriver.remote);
|
||||
|
||||
browser.on('status', function(info) {
|
||||
|
||||
Reference in New Issue
Block a user