Skip to content

Commit 119ef68

Browse files
committed
[REFACTOR]: 주석 제거
1 parent f897e0c commit 119ef68

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Data/Data/Element/EditVideoElement.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,12 @@ struct EditVideoElement: Codable, Hashable {
1818
let endTime: Double
1919

2020
func hash(into hasher: inout Hasher) {
21-
// hasher.combine(url.lastPathComponent)
2221
hasher.combine(name)
2322
}
2423

2524
static func == (lhs: EditVideoElement, rhs: EditVideoElement) -> Bool {
2625
return lhs.name == rhs.name
2726
}
28-
// lhs.url.lastPathComponent == rhs.url.lastPathComponent &&
2927
}
3028

3129
struct User: Codable, Hashable {

0 commit comments

Comments
 (0)