diff --git a/js/application.js b/js/application.js
index 5927207429d46d00980640d5c30c2dd1dd39cb1e..b29516a5f7cbac94088735e7b10d160f3bef7902 100644
--- a/js/application.js
+++ b/js/application.js
@@ -1,6 +1,6 @@
 $(document).ready(function () {
 	//Let's go!
-	console.log('Hi there!');
+	//console.log('Hi there!');
 	$('#input-textarea').text('');
 	$('#input-textarea').val('');
 	$('#input-textarea').on('input propertychange', function () {