diff options
author | Ivan Kohler <ivan@freeside.biz> | 2014-08-08 16:44:12 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2014-08-08 16:44:12 -0700 |
commit | de7167ac01e77d08f1fdd05ba229eb87b2c67e6d (patch) | |
tree | a52043116162020519f8ff82c6ba3e3b787c3c97 | |
parent | e22b20afd8154f5c0f08f825226f8af4fc53dec4 (diff) |
don't enable profiling by default, accidentally checked in with REST API
-rw-r--r-- | htetc/freeside-base2.4.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/htetc/freeside-base2.4.conf b/htetc/freeside-base2.4.conf index 36ce3a515..33963409f 100644 --- a/htetc/freeside-base2.4.conf +++ b/htetc/freeside-base2.4.conf @@ -1,6 +1,6 @@ PerlModule Apache2::compat -PerlModule DBIx::Profile +#PerlModule DBIx::Profile #PerlModule Apache::DBI PerlModule HTML::Mason |