Skip to content

Commit c663789

Browse files
committed
Remove forgotten debug message
1 parent 56e490f commit c663789

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

toolchain/Scripts/Preprocess.cmake

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,6 @@ function(__arduino_preprocess_regular_sources SOURCE_DIRPATH SOURCE_FILENAME OUT
141141
BASE_DIRECTORY "${SOURCE_DIRPATH}"
142142
OUTPUT_VARIABLE _filepath)
143143

144-
message(STATUS "_filepath: ${_filepath}")
145-
146144
file(READ "${_filepath}" _text)
147145

148146
file(WRITE "${OUTPUT_FILEPATH}"

0 commit comments

Comments
 (0)