[Bps-public-commit] rt-extension-tags branch, master, updated. f8b5595b63aa234e4ddaad9ed2f3c8ef0ba17927
Jim Brandt
jbrandt at bestpractical.com
Thu Jun 30 09:14:18 EDT 2016
The branch, master has been updated
via f8b5595b63aa234e4ddaad9ed2f3c8ef0ba17927 (commit)
from 974ffafafb59ad0e828e4a962d9423e98222487d (commit)
Summary of changes:
lib/RT/Condition/CustomFieldChanged.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit f8b5595b63aa234e4ddaad9ed2f3c8ef0ba17927
Author: Jim Brandt <jbrandt at bestpractical.com>
Date: Thu Jun 30 09:14:38 2016 -0400
Remove debug message
diff --git a/lib/RT/Condition/CustomFieldChanged.pm b/lib/RT/Condition/CustomFieldChanged.pm
index d53eb83..1a317f2 100644
--- a/lib/RT/Condition/CustomFieldChanged.pm
+++ b/lib/RT/Condition/CustomFieldChanged.pm
@@ -15,7 +15,7 @@ sub IsApplicable {
# Should be installed with ApplicableTransTypes of Create,CustomField,
# so return true for those types.
- warn "Trans type is: " . $self->TransactionObj->Type;
+
return 1;
}
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list