removing stray doc comment, will add doc comments later

This commit is contained in:
Luke William Westby
2015-03-28 13:21:50 -05:00
parent b6b0a561ca
commit 5908e54415
-3
View File
@@ -32,9 +32,6 @@ declare module ImgurApi {
blocked_users: Array<BlockedUser>;
}
/**
* This model represents the data for albums
*/
interface Album {
id: string;
title: string;