Website: Remove stray console.log() (#7863)

This commit is contained in:
Mike McNeil 2022-09-20 18:11:50 -05:00 committed by GitHub
parent 8e9396c65c
commit ba339a2a0a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -66,7 +66,6 @@ parasails.registerPage('homepage', {
submittedNewsletterForm: async function() {
// Show the success message.
console.log('aaaaa');
this.cloudSuccess = true;
},
}