Skip to content

Commit 8c8bf30

Browse files
committed
these @debugs causes travis to error with maximim log length error
1 parent 478b67f commit 8c8bf30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/services/CompareUtils.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@ end
9898

9999
function compareAll(Al::T, Bl::T; show::Bool=true, skip::Vector{Symbol}=Symbol[])::Bool where T
100100
@debug "Comparing types $T:"
101-
@debug " Al = $Al"
102-
@debug " Bl = $Bl"
101+
# @debug " Al = $Al"
102+
# @debug " Bl = $Bl"
103103
!compareFields(Al, Bl, show=show, skip=skip) && return false
104104
for field in fieldnames(T)
105105
field in skip && continue

0 commit comments

Comments
 (0)