• You have to shrink the log file

    DBCC SHRINKFILE (N'LogFileLogicalName', 0, TRUNCATEONLY)

    GO