Skip to content

Commit d6f2468

Browse files
remove debugger
1 parent fb78d5d commit d6f2468

File tree

1 file changed

+0
-1
lines changed
  • EssentialCSharp.Web/wwwroot/js

1 file changed

+0
-1
lines changed

EssentialCSharp.Web/wwwroot/js/site.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,6 @@ const app = createApp({
152152
}
153153

154154
function goToPrevious() {
155-
debugger;
156155
if (!window.location.href.endsWith("/home")) {
157156
window.location.href = "/" + PREVIOUS_PAGE;
158157
}

0 commit comments

Comments
 (0)