fix session bug

This commit is contained in:
peng.xu 2019-09-18 17:09:38 +08:00
parent c8f9bc5962
commit f22204878a

View File

@ -60,7 +60,6 @@ class ServiceHandler(milvus_pb2_grpc.MilvusServiceServicer):
Tables.table_id==table_id,
Tables.state!=Tables.TO_DELETE
)).first()
logger.error(table)
if not table:
raise exceptions.TableNotFoundError(table_id)