aboutsummaryrefslogtreecommitdiff
path: root/src/rtos/rtos.c
diff options
context:
space:
mode:
authorTim Newsome <tim@sifive.com>2019-01-25 14:34:01 -0800
committerTim Newsome <tim@sifive.com>2019-01-25 14:48:22 -0800
commit96df1db7b17b5a2298150f21c1c1bee00ffbe0f9 (patch)
tree21674fd61b6d3a25d35c426bd2d826949071ec2d /src/rtos/rtos.c
parent49dd7ded87052fcdd819392b84e59ee6c64e0950 (diff)
downloadriscv-openocd-96df1db7b17b5a2298150f21c1c1bee00ffbe0f9.zip
riscv-openocd-96df1db7b17b5a2298150f21c1c1bee00ffbe0f9.tar.gz
riscv-openocd-96df1db7b17b5a2298150f21c1c1bee00ffbe0f9.tar.bz2
Remove debug statements.
Change-Id: If37bc883fea0b83740bfd6a7fcb2091db0ac61f0
Diffstat (limited to 'src/rtos/rtos.c')
-rw-r--r--src/rtos/rtos.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/rtos/rtos.c b/src/rtos/rtos.c
index a5b7fdb..8b9eb4c 100644
--- a/src/rtos/rtos.c
+++ b/src/rtos/rtos.c
@@ -552,7 +552,6 @@ int rtos_set_reg(struct connection *connection, int reg_num,
{
struct target *target = get_target_from_connection(connection);
int64_t current_threadid = target->rtos->current_threadid;
- LOG_DEBUG(">>> thread %ld, reg %d", current_threadid, reg_num);
if ((target->rtos != NULL) &&
(target->rtos->type->set_reg != NULL) &&
(current_threadid != -1) &&