perf_timer: remove stray debug addition

This commit is contained in:
moneromooo-monero 2018-11-05 00:34:16 +00:00
parent 7e2483e1d5
commit f49884543c
No known key found for this signature in database
GPG Key ID: 686F07454D6CEFC3
1 changed files with 0 additions and 1 deletions

View File

@ -53,7 +53,6 @@ public:
void resume();
uint64_t value() const { return ticks; }
void set(uint64_t v){ticks=v;}
protected:
uint64_t ticks;