Remove debug print

This commit is contained in:
Tobias Fella 2021-10-13 20:10:24 +02:00
parent 9f9bcb639e
commit 6d164e019b
1 changed files with 0 additions and 2 deletions

View File

@ -71,8 +71,6 @@ feature_summary(WHAT ALL INCLUDE_QUIET_PACKAGES FATAL_ON_MISSING_REQUIRED_PACKAG
file(GLOB_RECURSE ALL_CLANG_FORMAT_SOURCE_FILES src/*.cpp src/*.h)
kde_clang_format(${ALL_CLANG_FORMAT_SOURCE_FILES})
message(asdf ${ALL_CLANG_FORMAT_SOURCE_FILES})
if (NOT ANDROID)
# inside if-statement to work around problems with gitlab Android CI
kde_configure_git_pre_commit_hook(CHECKS CLANG_FORMAT)