diff --git a/interface/src/Application.cpp b/interface/src/Application.cpp index eed5c2e503..08ffa436dc 100644 --- a/interface/src/Application.cpp +++ b/interface/src/Application.cpp @@ -1316,13 +1316,6 @@ void Application::timer() { // ask the node list to check in with the domain server NodeList::getInstance()->sendDomainServerCheckIn(); - static AudioInjector testInjector(QUrl("https://dl.dropboxusercontent.com/u/1864924/throw.raw")); - - if (testInjector.size()) { - testInjector.setPosition(_myAvatar.getHead().getPosition()); - testInjector.injectViaThread(); - } - // give the MyAvatar object position to the Profile so it can propagate to the data-server _profile.updatePosition(_myAvatar.getPosition()); }