Browse Source

remove unused import

release-8443
brian baldino 9 years ago
parent
commit
371a4ea777
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      modules/xmpp/SDPUtil.spec.js

+ 0
- 1
modules/xmpp/SDPUtil.spec.js View File

@@ -1,6 +1,5 @@
1 1
 import * as SDPUtil from "./SDPUtil";
2 2
 import * as SampleSdpStrings from "./SampleSdpStrings.js";
3
-import * as transform from 'sdp-transform';
4 3
 
5 4
 describe("SDPUtil", function() {
6 5
     it("should parse an ice ufrag correctly", function() {

Loading…
Cancel
Save