diff --git a/lib/dust.js b/lib/dust.js index 1fc8a178..0f4ae744 100644 --- a/lib/dust.js +++ b/lib/dust.js @@ -497,7 +497,6 @@ this.events = {}; } if (!this.events[type]) { - dust.log('Event type [' + type + '] does not exist. Using just the specified callback.', WARN); if(callback) { this.events[type] = callback; } else {