Skip to content

Commit 365c680

Browse files
committed
Removed debugger statement from sample
1 parent 75906bd commit 365c680

File tree

1 file changed

+0
-1
lines changed
  • samples/Elmah.Io.JavaScript.AspNetCore/Elmah.Io.JavaScript.AspNetCore/wwwroot/js

1 file changed

+0
-1
lines changed

samples/Elmah.Io.JavaScript.AspNetCore/Elmah.Io.JavaScript.AspNetCore/wwwroot/js/site.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,5 @@ function generateError() {
1414
}
1515

1616
function addBreadcrumb() {
17-
debugger;
1817
logger.addBreadcrumb("Information", "Log", "Something happened before the error");
1918
}

0 commit comments

Comments
 (0)