diff options
Diffstat (limited to 'ethereal/assets/test.html')
-rw-r--r-- | ethereal/assets/test.html | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/ethereal/assets/test.html b/ethereal/assets/test.html index 476283f60..beb888685 100644 --- a/ethereal/assets/test.html +++ b/ethereal/assets/test.html @@ -14,13 +14,6 @@ function createTransaction() { }) } -// Any test related actions here please -function tests() { - eth.getKey(function(keys) { - debug(keys) - }) -} - function init() { eth.getKey(function(key) { eth.getStorage(jefcoinAddr, key, function(storage) { @@ -55,9 +48,6 @@ input[type="text"] { <button onclick="createTransaction();">Send Tx</button> </div> -<div><button onclick="tests();">Tests</button></div> - - <div id="debug" style="border: 1px solid block"></div> </body> |