mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 17:08:53 +00:00
Website: Remove stray console.log() (#7863)
This commit is contained in:
parent
8e9396c65c
commit
ba339a2a0a
1 changed files with 0 additions and 1 deletions
1
website/assets/js/pages/homepage.page.js
vendored
1
website/assets/js/pages/homepage.page.js
vendored
|
|
@ -66,7 +66,6 @@ parasails.registerPage('homepage', {
|
|||
|
||||
submittedNewsletterForm: async function() {
|
||||
// Show the success message.
|
||||
console.log('aaaaa');
|
||||
this.cloudSuccess = true;
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue