remove stories done

pull/1/head
yann300 8 years ago
parent 41e49d8c8a
commit 8252540aae
  1. 4
      src/app/panels/terminal.js

@ -407,10 +407,6 @@ class Terminal {
_shell (input, done) { // default shell
// @TODO: add environment and proxy console.log to self.log
// make `web3` object available in the console vm
// web3.object creates contract
// * create transaction
// * when transaction is mined
// => show all transactions, that are mined and have known addresses
try {
var result = eval(input) // eslint-disable-line
done(null, result)

Loading…
Cancel
Save