Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
Matevz Morato committed May 29, 2024
1 parent 8c1efa0 commit 39f5f4b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/utility/LogCollection.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ bool sendLogsToServer(const tl::optional<FileWithSHA1>& pipelineData, const tl::
}

void logPipeline(const PipelineSchema& pipelineSchema, const dai::DeviceInfo& deviceInfo) {
// namespace fs = std::filesystem;
namespace fs = ghc::filesystem;
// Check if logging is explicitly disabled
auto loggingEnabled = utility::getEnv("DEPTHAI_DISABLE_FEEDBACK");
Expand Down Expand Up @@ -107,7 +106,6 @@ void logPipeline(const PipelineSchema& pipelineSchema, const dai::DeviceInfo& de
}

void logCrashDump(const tl::optional<PipelineSchema>& pipelineSchema, const CrashDump& crashDump, const dai::DeviceInfo& deviceInfo) {
// namespace fs = std::filesystem;
namespace fs = ghc::filesystem;

std::string crashDumpJson = crashDump.serializeToJson().dump();
Expand Down

0 comments on commit 39f5f4b

Please sign in to comment.