Skip to content

Commit

Permalink
Remove log print outs
Browse files Browse the repository at this point in the history
  • Loading branch information
mattdawkins committed Jul 13, 2023
1 parent f27c2f2 commit 5a2b16b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmake/build_server_docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ cmake ../ -DCMAKE_BUILD_TYPE:STRING=Release \
-DVIAME_DOWNLOAD_MODELS-MOUSS:BOOL=OFF

# Perform multi-threaded build
make -j$(nproc) > build_log.txt 2>&1
make -j$(nproc)

# Below be krakens
# (V) (°,,,°) (V) (V) (°,,,°) (V) (V) (°,,,°) (V)
Expand Down
2 changes: 1 addition & 1 deletion cmake/build_server_docker_full.sh
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ cmake ../ -DCMAKE_BUILD_TYPE:STRING=Release \
-DVIAME_DOWNLOAD_MODELS-MOUSS:BOOL=OFF

# Perform multi-threaded build
make -j$(nproc) > build_log.txt 2>&1
make -j$(nproc)

# Below be krakens
# (V) (°,,,°) (V) (V) (°,,,°) (V) (V) (°,,,°) (V)
Expand Down

0 comments on commit 5a2b16b

Please sign in to comment.