Skip to content
This repository has been archived by the owner on Oct 3, 2020. It is now read-only.

Commit

Permalink
working on device registration
Browse files Browse the repository at this point in the history
  • Loading branch information
fulton committed Jan 2, 2020
1 parent 304197c commit 94be824
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main/java/com/andromeda/araserver/Run.kt
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,5 @@ class Run private constructor(port: Int) : NanoHTTPD(port) {
model = ParserModel(`is`)
parser = ParserFactory.create(model)
keyWord = KeyWord(`is`!!)
println(" reeeeesut")
println(SortWords(keyWord, "weather in portland oregon in two days").getComplexDate(parser))
}
}

0 comments on commit 94be824

Please sign in to comment.