Stray debugger

This commit is contained in:
Tim Schaub
2013-02-25 11:26:04 -07:00
parent 72ba8c4cbd
commit 940ba8afa7

View File

@@ -128,7 +128,6 @@ describe('ol.Projection', function() {
describe('ol.Projection.getTransformFromCodes()', function() {
it('returns a transform function', function() {
debugger;
var transform = ol.Projection.getTransformFromCodes(
'GOOGLE', 'EPSG:4326');
expect(typeof transform).toBe('function');