diff --git a/src/main/java/com/avaje/ebean/annotation/Transactional.java b/src/main/java/com/avaje/ebean/annotation/Transactional.java index 11439111a..33c7851c3 100644 --- a/src/main/java/com/avaje/ebean/annotation/Transactional.java +++ b/src/main/java/com/avaje/ebean/annotation/Transactional.java @@ -55,21 +55,6 @@ import com.avaje.ebean.TxType; * Ebean.save(order); * } * - * - *
- * During development and testing you can set a debug level which will log the - * transaction begin, commit and rollback events so that you can easily confirm - * it is behaving as you would expect. - *
- * - *- * ## in ebean.properties file - * - * ## Log transaction begins and ends etc - * ## (0=NoLogging 1=minimal ... 9=logAll) - * ebean.debug.transaction=3 - * - **/ @Target({ ElementType.METHOD, ElementType.TYPE }) @Retention(RetentionPolicy.RUNTIME)