summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2013-11-05 15:57:58 -0800
committerelijah <elijah@riseup.net>2013-11-05 15:57:58 -0800
commit51d5cee4d594ac8ebcf50ebf6cab42aaa1c3deb1 (patch)
tree2db1d3f2bd84ad35508251f7cd8b9b60f1f97963
parent755767b7158e34b73df02d94c1aea1e995c8c240 (diff)
removed errant debug line
-rw-r--r--lib/property_set.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/property_set.rb b/lib/property_set.rb
index 08f408d..79885f4 100644
--- a/lib/property_set.rb
+++ b/lib/property_set.rb
@@ -43,7 +43,6 @@ class PropertySet
def get(var_name, inheritance=true)
value = instance_variable_get("@#{var_name}")
if value.nil?
- p [var_name, value, @_locale, DEFAULT_LOCALE]
if @_locale != DEFAULT_LOCALE
# try value from default locale
@_ps.get_var(var_name, DEFAULT_LOCALE)