Skip to content

Commit 7a8cb7b

Browse files
committed
erase comments
1 parent 41d9cf6 commit 7a8cb7b

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

  • cli/robocompdsl/robocompdsl/dsl_parsers/specific_parsers/cdsl

cli/robocompdsl/robocompdsl/dsl_parsers/specific_parsers/cdsl/cdsl_parser.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,9 +122,7 @@ def string_to_struct(self, string: str, **kwargs) -> componentfacade.ComponentFa
122122
component.dsr = 'dsr' in [x.lower() for x in component.options]
123123
component.imports.extend(list(map(os.path.basename, sorted(imprts))))
124124
from robocompdsl.dsl_parsers.idslpool import idsl_pool
125-
print("aAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA")
126125
component.imports = idsl_pool.update_with_idsls(list(component.imports))
127-
print("BBBBBBBBBBBBBBBBBbb", component.imports)
128126
# Language
129127
component.language = parsing_result['component']['content']['language']
130128
# Statemachine

0 commit comments

Comments
 (0)