Skip to content

Commit

Permalink
removed debugging prints
Browse files Browse the repository at this point in the history
  • Loading branch information
lgrandco committed Sep 22, 2023
1 parent dbad100 commit 6140a4f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions c_formatter_42/formatters/hoist.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# By: leo <[email protected]> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2020/10/04 11:16:28 by cacharle #+# #+# #
# Updated: 2023/09/22 15:47:45 by leo ### ########.fr #
# Updated: 2023/09/22 16:15:11 by leo ### ########.fr #
# #
# **************************************************************************** #

Expand Down Expand Up @@ -81,7 +81,5 @@ def hoist(content: str) -> str:
lines = declarations
if len(declarations) != 0:
lines.append("")
print(declarations)
print(body)
lines.extend(body)
return "\n".join(lines)

0 comments on commit 6140a4f

Please sign in to comment.