Skip to content

Commit

Permalink
No console log in addtest
Browse files Browse the repository at this point in the history
  • Loading branch information
SlexAxton committed Nov 8, 2012
1 parent 09ff54f commit fe859d0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/addTest.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ define(['ModernizrProto', 'Modernizr', 'docElement', 'hasOwnProp'], function( Mo
* @param test - Function returning true if feature is supported, false if not
*/
function addTest( feature, test ) {
console.log('post run test', feature);
if ( typeof feature == 'object' ) {
for ( var key in feature ) {
if ( hasOwnProp( feature, key ) ) {
Expand Down

0 comments on commit fe859d0

Please sign in to comment.