From: miker Date: Fri, 10 Dec 2010 19:50:17 +0000 (+0000) Subject: Patch from James Fournie to remove a confusing (though strictly correct) comment X-Git-Tag: sprint4-merge-nov22~6176 X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=1aec9794c3d5596102515a187d1aaa5af40bd9c1;p=working%2FEvergreen.git Patch from James Fournie to remove a confusing (though strictly correct) comment git-svn-id: svn://svn.open-ils.org/ILS/trunk@18973 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/src/perlmods/OpenILS/Application/Actor.pm b/Open-ILS/src/perlmods/OpenILS/Application/Actor.pm index bb33e89058..fa75db451c 100644 --- a/Open-ILS/src/perlmods/OpenILS/Application/Actor.pm +++ b/Open-ILS/src/perlmods/OpenILS/Application/Actor.pm @@ -2055,7 +2055,6 @@ sub user_transaction_history { $filter ||= {}; $options ||= {}; - # run inside of a transaction to prevent replication delays my $e = new_editor(authtoken=>$auth); return $e->die_event unless $e->checkauth;