File tree 2 files changed +0
-3
lines changed
main/java/org/mybatis/guice/configuration
test/java/org/mybatis/guice
2 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -204,7 +204,6 @@ protected Configuration newConfiguration(Environment environment) {
204
204
*/
205
205
@ Override
206
206
public Configuration get () {
207
- System .out .println (lazyLoadingEnabled );
208
207
final Configuration configuration = newConfiguration (environment );
209
208
configuration .setLazyLoadingEnabled (lazyLoadingEnabled );
210
209
configuration .setAggressiveLazyLoading (aggressiveLazyLoading );
@@ -257,7 +256,6 @@ public Configuration get() {
257
256
} finally {
258
257
ErrorContext .instance ().reset ();
259
258
}
260
- System .out .println (configuration .isLazyLoadingEnabled ());
261
259
262
260
return configuration ;
263
261
}
Original file line number Diff line number Diff line change @@ -78,7 +78,6 @@ protected Properties createTestProperties() {
78
78
myBatisProperties .setProperty ("JDBC.username" , "sa" );
79
79
myBatisProperties .setProperty ("JDBC.password" , "" );
80
80
myBatisProperties .setProperty ("JDBC.autoCommit" , "false" );
81
- myBatisProperties .setProperty ("JDBC.autoCommit" , "false" );
82
81
return myBatisProperties ;
83
82
}
84
83
}
You can’t perform that action at this time.
0 commit comments