Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Main Repositories
otb
Commits
70579cfd
Commit
70579cfd
authored
Oct 08, 2021
by
Cédric Traizet
Browse files
STY: remove noisy log
parent
773167a3
Pipeline
#8850
passed with stages
in 116 minutes and 26 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Modules/Core/Metadata/src/otbSARMetadata.cxx
View file @
70579cfd
...
...
@@ -392,7 +392,6 @@ void SARCalib::ToKeywordlist(MetaData::Keywordlist & kwl, const std::string & pr
// MetaData::Time
std
::
ostringstream
oss
;
oss
<<
calibrationStartTime
;
std
::
cout
<<
"***** "
<<
oss
.
str
()
<<
std
::
endl
;
kwl
.
insert
({
prefix
+
"CalibrationStartTime"
,
oss
.
str
()});
oss
.
str
(
""
);
oss
<<
calibrationStopTime
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment