From 2f23153bc81a76208a905d98cb0b4b7287d97d3d Mon Sep 17 00:00:00 2001
From: Joshua Barlin <jbarlin@myune.edu.au>
Date: Sat, 18 Aug 2018 11:56:56 +1000
Subject: [PATCH] Remove Logging

---
 js/application.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/js/application.js b/js/application.js
index 5927207..b29516a 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 () {
-- 
GitLab