From de9d695c5e9082ec7f503bd01b0f685da18ebc83 Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki Date: Tue, 11 Dec 2012 15:53:09 +0100 Subject: [PATCH] Remove console.log --- assets/scripts/lib/travis/limited_array.coffee | 1 - 1 file changed, 1 deletion(-) diff --git a/assets/scripts/lib/travis/limited_array.coffee b/assets/scripts/lib/travis/limited_array.coffee index e15f9a7f..d58dd352 100644 --- a/assets/scripts/lib/travis/limited_array.coffee +++ b/assets/scripts/lib/travis/limited_array.coffee @@ -44,7 +44,6 @@ Travis.LimitedArray = Em.ArrayProxy.extend if removedCount arrangedContent = @get 'arrangedContent' removedObjects = array.slice(index, index + removedCount); - console.log 'willChange', @get('name'), index, removedCount, addedCount, arrangedContent.map( (j) -> "#{j.get('repoSlug')}-#{j.get('number')}" ), removedObjects.map( (j) -> "#{j.get('repoSlug')}-#{j.get('number')}" ) arrangedContent.removeObjects(removedObjects) contentArrayDidChange: (array, index, removedCount, addedCount) ->