Skip to content
Snippets Groups Projects
Verified Commit 2f23153b authored by Joshua Barlin's avatar Joshua Barlin
Browse files

Remove Logging

parent 8cd89fdc
No related branches found
No related tags found
No related merge requests found
$(document).ready(function () { $(document).ready(function () {
//Let's go! //Let's go!
console.log('Hi there!'); //console.log('Hi there!');
$('#input-textarea').text(''); $('#input-textarea').text('');
$('#input-textarea').val(''); $('#input-textarea').val('');
$('#input-textarea').on('input propertychange', function () { $('#input-textarea').on('input propertychange', function () {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment