Skip to content

Commit 8ca313e

Browse files
authored
Update source without console.log calls.
1 parent d0d7ea4 commit 8ca313e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

HackTimer.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -137,12 +137,11 @@ onmessage = function (event) {\
137137
worker.onerror = function (event) {
138138
console.log (event);
139139
};
140-
console.log (logPrefix + 'Initialisation succeeded');
141140
} catch (error) {
142141
console.log (logPrefix + 'Initialisation failed');
143142
console.error (error);
144143
}
145144
} else {
146145
console.log (logPrefix + 'Initialisation failed - HTML5 Web Worker is not supported');
147146
}
148-
}) ('HackTimerWorker.js');
147+
}) ('HackTimerWorker.js');

0 commit comments

Comments
 (0)