v1.4 remove RT.Options from printing

His Dad [03-28-15 - 00:14]
v1.4 remove RT.Options from printing
Filename
ResearchTimer.lua
ResearchTimer.txt
doc/changelog.txt
diff --git a/ResearchTimer.lua b/ResearchTimer.lua
index 8b14766..49258cd 100644
--- a/ResearchTimer.lua
+++ b/ResearchTimer.lua
@@ -5,7 +5,7 @@ RT = {
 	name = "ResearchTimer",
 	font = "ZoFontGame",
 	cmdsetup = "/rt",
-	version = "v1.2",
+	version = "v1.4",
 	playername = "",
 	Init_done = false,
 	UI = {},
@@ -136,7 +136,7 @@ end
 function RT.CommandText_setup(option)
     option = string.lower(option)
     RT.options =  string.match(option,"^(%S*)%s*(.-)$")
-    d("RT.options:  ".. RT.options)
+    -- d("RT.options:  ".. RT.options)
 	if option == "" then
 		RT.toggleGRID()
 	elseif RT.options == "read" then		-- cause a reread of the data without sorting
diff --git a/ResearchTimer.txt b/ResearchTimer.txt
index 98c35f7..7a8742a 100644
--- a/ResearchTimer.txt
+++ b/ResearchTimer.txt
@@ -1,7 +1,7 @@
 ## Title: |c96FF00Research Timer|r - |c96FF00 v1|r
 ## APIVersion: 100011
 ## SavedVariables: ResearchTimer
-## Version: 1
+## Version: 1.4
 ## Author: Hisdad


diff --git a/doc/changelog.txt b/doc/changelog.txt
index cc58a0d..5b919de 100644
--- a/doc/changelog.txt
+++ b/doc/changelog.txt
@@ -1,8 +1,11 @@
-2015-03-16 v1.0
-	Basic functionality complete
+2015-04-21 v1.4
+	Deactivate debugging code printing RT.oPtion
+
+2015-03-21 v1.2
+	Works better when research expires
+
 2015-03-21 v1.1
 	Better response to events
-
-2015-03-21 v1.2
-	Works better when reeasrch expires
-
\ No newline at end of file
+
+2015-03-16 v1.0
+	Basic functionality complete