Skip to content

Commit 91a9eeb

Browse files
committed
移除不必要的debug信息
1 parent 8729d34 commit 91a9eeb

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

src/ShardingCore/EFCores/ShardingModelCacheKeyFactory.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@ namespace ShardingCore.EFCores
1616

1717
public class ShardingModelCacheKeyFactory : IModelCacheKeyFactory
1818
{
19-
public ShardingModelCacheKeyFactory()
20-
{
21-
Console.WriteLine("ShardingModelCacheKeyFactory");
22-
}
2319
public object Create(DbContext context)
2420
{
2521
return Create(context, false);

src/ShardingCore/EFCores/ShardingQueryCompiler.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ public ShardingQueryCompiler(ICurrentDbContext currentContext,IShardingRuntimeCo
2929
{
3030
_shardingDbContext = currentContext.Context as IShardingDbContext ??
3131
throw new ShardingCoreException("db context operator is not IShardingDbContext");
32-
Console.WriteLine("ShardingQueryCompiler"+shardingRuntimeContext.DbContextType);
3332
_shardingCompilerExecutor = shardingRuntimeContext.GetShardingCompilerExecutor();
3433
}
3534

0 commit comments

Comments
 (0)