Skip to content

Commit

Permalink
Remove debug print statement from CMake discovery plugin. (sscpac#369)
Browse files Browse the repository at this point in the history
  • Loading branch information
tdenewiler authored May 28, 2021
1 parent 7173dc9 commit 9b33c06
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions statick_tool/plugins/discovery/cmake_discovery_plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@ def scan(
package["cmake"] = False
return

logging.info(" Found cmake package %s", cmake_file)

cmake_template = self.plugin_context.resources.get_file("CMakeLists.txt.in")
shutil.copyfile(cmake_template, "CMakeLists.txt") # type: ignore

Expand Down

0 comments on commit 9b33c06

Please sign in to comment.