Skip to content

Commit ff7f89d

Browse files
fix standalone version proto
1 parent 52fbf0c commit ff7f89d

File tree

5 files changed

+794
-13
lines changed

5 files changed

+794
-13
lines changed

arch/api/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def _infer_eggroll_version():
2929
try:
3030
import eggroll.roll_pair
3131
except ImportError:
32-
LOGGER.warning("can't import eggroll.roll_pair, assuming eggroll 1.x deployed")
32+
#LOGGER.warning("can't import eggroll.roll_pair, assuming eggroll 1.x deployed")
3333
return 1
3434
return 2
3535

0 commit comments

Comments
 (0)