diff options
author | Florian Dold <florian.dold@gmail.com> | 2016-02-29 18:03:02 +0100 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2016-02-29 18:03:02 +0100 |
commit | c962e9402123900c53967c14cf809ea10576cdb8 (patch) | |
tree | e7df9cfdd6fceae30fb99c8ec6be5e07c8b153a8 /extension/pages/debug.html | |
parent | 30ee3320c788129b258ed8b42f4fc63d28431e2f (diff) |
restructure
Diffstat (limited to 'extension/pages/debug.html')
-rw-r--r-- | extension/pages/debug.html | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/extension/pages/debug.html b/extension/pages/debug.html deleted file mode 100644 index 24682dd24..000000000 --- a/extension/pages/debug.html +++ /dev/null @@ -1,12 +0,0 @@ -<!doctype html> -<html> - <head> - <title>Taler Wallet Debugging</title> - </head> - <body> - <h1>Debug Pages</h1> - <a href="show-db.html">Show DB</a> <br> - <a href="../popup/balance-overview.html">Show balance</a> - - </body> -</html> |