style: 删除无用代码

This commit is contained in:
xiaozzzi 2024-01-07 20:04:36 +08:00
parent 19bedbef7a
commit c84860e9fe

View File

@ -76,19 +76,4 @@ public class ArticleTempVisitService {
this.userId = userId;
}
}
// public static void main(String[] args) throws InterruptedException {
// ArticleTempService a = new ArticleTempService();
// String key = a.create(20034L);
// System.out.println(key);
//
// Thread.sleep(2000);
// Long v1 = a.get(key);
// System.out.println(v1);
//
// Thread.sleep(5000);
// Long v2 = a.get(key);
// System.out.println(v2);
// }
}