summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)