Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
LimaGroup
Lima-camera-dhyana
Commits
eefc9cd6
Commit
eefc9cd6
authored
Nov 20, 2019
by
Abdullah Amjad
Browse files
removed extra print
parent
58a3a4cc
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/DhyanaTimer.h
View file @
eefc9cd6
...
...
@@ -65,7 +65,6 @@ namespace lima
//------------------------------------------------------------
static
void
base_timer_proc
(
union
sigval
dwUser
)
{
std
::
cout
<<
"** CBaseTimer::base_timer_proc
\n
"
;
//std::cout<<" ----> base_timer_proc <------- [BEGIN]"<<std::endl;
CBaseTimer
*
pThis
=
(
CBaseTimer
*
)
dwUser
.
sival_ptr
;
pThis
->
on_timer
();
...
...
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