Skip to content

Commit 227e8f6

Browse files
committed
remove logging
1 parent e3e4666 commit 227e8f6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

service/src/main/resources/web/static/js/auto_reload_controller.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ Stimulus.register("auto-reload", class extends Controller {
1616

1717
startReloading() {
1818
this.interval = setInterval(() => {
19-
console.log("auto-reload triggered...");
2019
const pathname = window.location.pathname
2120
const url = new URL(pathname, window.location.origin)
2221
url.searchParams.set('frame', 'true')

0 commit comments

Comments
 (0)