We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cc9a31 commit 6afacbfCopy full SHA for 6afacbf
src/appmetrics.cpp
@@ -335,10 +335,8 @@ NAN_METHOD(start) {
335
NAN_METHOD(stop) {
336
337
if (running) {
338
- printf("running");
339
running = false;
340
loaderApi->stop();
341
- printf("stopped loaderApi");
342
loaderApi->shutdown();
343
headless::stop();
344
}
src/headlessutils.cpp
@@ -58,9 +58,7 @@ void start() {
58
59
60
void stop() {
61
- printf(">> stop");
62
uv_close((uv_handle_t*) &async_zip, NULL);
63
- printf("<< stop");
64
65
66
void zip(const char* dir) {
0 commit comments