rm utils.pwd() -- redundant now that fs.dappPath is anchored to env var

This commit is contained in:
Michael Bradley, Jr 2018-08-17 12:41:54 -05:00
parent f0f95554a5
commit 76502fa693

View File

@ -200,10 +200,6 @@ function proposeAlternative(word, _dictionary, _exceptions) {
return propose(word, dictionary, {threshold: 0.3});
}
function pwd() {
return process.env.PWD || process.cwd();
}
function getExternalContractUrl(file) {
const constants = require('../constants');
let url;
@ -489,7 +485,6 @@ module.exports = {
extractTar,
extractZip,
proposeAlternative,
pwd: pwd,
getExternalContractUrl,
toChecksumAddress,
sha3,