Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions resources/js/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import '../css/style.css';
* Called during app initialization before mounting
*/
export function setup() {
console.log('Roadmap module loaded');
console.debug('Roadmap module loaded');
Comment thread
roble marked this conversation as resolved.

registerIcon('roadmap', IconMap);
}
Expand All @@ -18,5 +18,5 @@ export function setup() {
* Called after the app has been mounted
*/
export function afterMount() {
console.log('Roadmap module after mount logic executed');
console.debug('Roadmap module after mount logic executed');
Comment thread
roble marked this conversation as resolved.
}
Loading