Skip to content

Commit 6afacbf

Browse files
committed
remove debug
1 parent 5cc9a31 commit 6afacbf

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

src/appmetrics.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -335,10 +335,8 @@ NAN_METHOD(start) {
335335
NAN_METHOD(stop) {
336336

337337
if (running) {
338-
printf("running");
339338
running = false;
340339
loaderApi->stop();
341-
printf("stopped loaderApi");
342340
loaderApi->shutdown();
343341
headless::stop();
344342
}

src/headlessutils.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,7 @@ void start() {
5858
}
5959

6060
void stop() {
61-
printf(">> stop");
6261
uv_close((uv_handle_t*) &async_zip, NULL);
63-
printf("<< stop");
6462
}
6563

6664
void zip(const char* dir) {

0 commit comments

Comments
 (0)