We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13557e9 commit 8cf2ab1Copy full SHA for 8cf2ab1
src/js/build/detail.js
@@ -444,9 +444,6 @@ export class BuildDetailView {
444
if (this.is_finished()) {
445
this.is_polling(false);
446
447
- console.log(this.poll_api_counts);
448
-
449
450
// HACK: this is a small hack to avoid implementing the new notification system
451
// on ext-theme at this point. This will come in a future PR.
452
// The notifications are rendered properly via Django template in a static way.
0 commit comments