Skip to content

Commit a1840b1

Browse files
committed
Remove dead code
1 parent 33f09dc commit a1840b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/RegressionRunner.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@
2020
</script>
2121
</head>
2222
<body>
23-
<button onclick="localStorage.clear(); indexedDB.deleteDatabase('csscritic'); window.location.reload();">Reset all tests</button>
23+
<button onclick="indexedDB.deleteDatabase('csscritic'); window.location.reload();">Reset all tests</button>
2424
</body>
2525
</html>

0 commit comments

Comments
 (0)