remove mistaken TODO

This commit is contained in:
F. Eugene Aumson
2018-08-30 08:44:10 -04:00
parent f429032eef
commit 9834395a48

View File

@@ -476,7 +476,6 @@ export interface Source {
id: number;
}
// TODO: move the following into the sol-compiler package.
/**
* Options you can specify (as flags or in a compiler.json file) when invoking sol-compiler
* contractsDir: Directory containing your project's Solidity contracts. Can contain nested directories.