We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1044a27 commit 3366b16Copy full SHA for 3366b16
crime-pop.js
@@ -82,7 +82,6 @@ if (cluster.isMaster) {
82
crimes_done += msg.crimes.length;
83
bar.ratio(crimes_done, crime_count);
84
msg.crimes.forEach(function(crime) {
85
- console.log(crimes[crime]);
86
});
87
88
}
0 commit comments