Skip to content

Commit

Permalink
remove log and add the sample to cmake file
Browse files Browse the repository at this point in the history
  • Loading branch information
xiazhvera committed Oct 19, 2023
1 parent 0b51d01 commit d030792
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions samples/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ cmake_minimum_required(VERSION 3.1)
project(aws-iot-device-sdk-cpp-v2-samples)

add_subdirectory(device_defender/basic_report)
add_subdirectory(device_defender/mqtt5_basic_report)
add_subdirectory(greengrass/ipc)
add_subdirectory(greengrass/basic_discovery)
add_subdirectory(fleet_provisioning/fleet_provisioning)
Expand Down
1 change: 0 additions & 1 deletion samples/device_defender/mqtt5_basic_report/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ int main(int argc, char *argv[])

// Do the global initialization for the API.
ApiHandle apiHandle;
apiHandle.InitializeLogging(Aws::Crt::LogLevel::Debug, "dd_output.log");

/**
* cmdData is the arguments/input from the command line placed into a single struct for
Expand Down

0 comments on commit d030792

Please sign in to comment.