Skip to content

Commit e436a95

Browse files
committed
forgot to delete a print
1 parent 4cb1547 commit e436a95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deepcave/layouts/general.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ def get_layout(
262262

263263
# Load from cache if page is loaded
264264
children = []
265-
print(groups)
265+
266266
for name, paths in groups.items():
267267
if name is None:
268268
continue

0 commit comments

Comments
 (0)