diff options
Diffstat (limited to 'src/pages/debug.html')
-rw-r--r-- | src/pages/debug.html | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/src/pages/debug.html b/src/pages/debug.html deleted file mode 100644 index b8ddc7ccb..000000000 --- a/src/pages/debug.html +++ /dev/null @@ -1,13 +0,0 @@ -<!doctype html> -<html> - <head> - <title>Taler Wallet Debugging</title> - <link rel="icon" href="../img/icon.png"> - </head> - <body> - <h1>Debug Pages</h1> - <a href="show-db.html">Show DB</a> <br> - <a href="/src/popup/balance-overview.html">Show balance</a> - - </body> -</html> |