perf_timer: remove stray debug addition

pull/127/head
moneromooo-monero 6 years ago
parent 7e2483e1d5
commit f49884543c
No known key found for this signature in database
GPG Key ID: 686F07454D6CEFC3

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

Loading…
Cancel
Save