Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Cameo
cameo
Commits
a3cb49fe
Commit
a3cb49fe
authored
Oct 26, 2020
by
legoc
Browse files
(split) Removed some outputs
parent
3416699b
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Application.cpp
View file @
a3cb49fe
...
@@ -209,14 +209,6 @@ void This::initApplication(int argc, char *argv[]) {
...
@@ -209,14 +209,6 @@ void This::initApplication(int argc, char *argv[]) {
// Init com.
// Init com.
m_com
=
unique_ptr
<
Com
>
(
new
Com
(
m_server
.
get
(),
m_id
));
m_com
=
unique_ptr
<
Com
>
(
new
Com
(
m_server
.
get
(),
m_id
));
cout
<<
"endpoint = "
<<
m_serverEndpoint
.
toString
()
<<
endl
;
cout
<<
"name = "
<<
m_name
<<
endl
;
cout
<<
"id = "
<<
m_id
<<
endl
;
cout
<<
"starterEndpoint = "
<<
m_starterEndpoint
.
toString
()
<<
endl
;
cout
<<
"starterName = "
<<
m_starterName
<<
endl
;
cout
<<
"starterId = "
<<
m_starterId
<<
endl
;
}
}
This
::~
This
()
{
This
::~
This
()
{
...
...
Shervin Nourbakhsh
@nourbakhsh
mentioned in commit
46e44691
·
Apr 23, 2021
mentioned in commit
46e44691
mentioned in commit 46e44691a03808a23a464818487b0dd014a9c57e
Toggle commit list
Write
Preview
Markdown
is supported
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