Skip to content

Commit

Permalink
Removing redundant code
Browse files Browse the repository at this point in the history
  • Loading branch information
ddenisenko committed Aug 20, 2018
1 parent dcd6ec1 commit 797c568
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ import org.mulesoft.language.common.dtoTypes.IStructureReport
import org.mulesoft.als.suggestions.implementation.CompletionConfig
import org.mulesoft.als.suggestions.{CompletionProvider, PlatformBasedExtendedFSProvider}
import org.mulesoft.als.suggestions.interfaces.{ISuggestion, Syntax}
import org.mule.analytics.core.Analytics

import scala.collection.Map

Expand Down Expand Up @@ -74,8 +73,6 @@ class SuggestionsManager extends AbstractServerModule {

protected def onDocumentCompletion(url: String, position: Int) : Future[Seq[ISuggestion]] = {

Analytics.post(Map("event_name" -> "suggestions_called"))

this.connection.debug(s"Calling for completion for uri ${url} and position ${position}",
"SuggestionsManager", "onDocumentCompletion")

Expand Down

0 comments on commit 797c568

Please sign in to comment.