We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 263f680 commit 498edd8Copy full SHA for 498edd8
2 files changed
.changeset/itchy-apples-walk.md
@@ -0,0 +1,5 @@
1
+---
2
+'@e2b/python-sdk': patch
3
4
+
5
+Remove log
packages/python-sdk/e2b/sandbox_sync/main.py
@@ -539,8 +539,6 @@ def beta_create(
539
elif not template:
540
template = cls.default_template
541
542
- print("template", template)
543
-
544
sandbox = cls._create(
545
template=template,
546
auto_pause=auto_pause,
0 commit comments