removed a console.log

This commit is contained in:
scottjehl 2010-10-25 11:06:43 -04:00
parent f12872c783
commit a382295724

View file

@ -411,8 +411,6 @@
maxBreakpoints = [],
unit = "px",
breakpointClasses;
console.log(minPrefix + resolutionBreakpoints.join(unit + " " + minPrefix) + unit + " " +
maxPrefix + resolutionBreakpoints.join( unit + " " + maxPrefix) + unit);
$html.removeClass( minPrefix + resolutionBreakpoints.join(unit + " " + minPrefix) + unit + " " +
maxPrefix + resolutionBreakpoints.join( unit + " " + maxPrefix) + unit );