Skip to content

Commit

Permalink
Remove logging
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinsawicki committed Jun 13, 2014
1 parent 2801533 commit 858e7b6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions script/cibuild
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,7 @@ function loadEnvironmentVariables(filePath) {

function readEnvironmentVariables() {
if (process.platform === 'win32') {
console.log(process.env.SystemDrive);
console.log(path.resolve('/jenkins/config/atomcredentials'));
loadEnvironmentVariables('Y:\\jenkins\\config\\atomcredentials');
loadEnvironmentVariables(path.resolve('/jenkins/config/atomcredentials'));
} else {
loadEnvironmentVariables('/var/lib/jenkins/config/atomcredentials');
loadEnvironmentVariables('/var/lib/jenkins/config/xcodekeychain');
Expand Down

0 comments on commit 858e7b6

Please sign in to comment.