diff --git a/Sources/StORM/StORMConnect.swift b/Sources/StORM/StORMConnect.swift index 7ca5be8..7b30cd1 100644 --- a/Sources/StORM/StORMConnect.swift +++ b/Sources/StORM/StORMConnect.swift @@ -16,15 +16,11 @@ open class StORMConnect { open var database: String = "" - /// Manually set table - // Convenience shortcut var - open var table: String = "" - /// Last executed statement public var statement: String = "" /// Last executed statement - public var resultCode: StORMError = .noError + open var resultCode: StORMError = .noError public init() {}