You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/appmap/detect_enabled.rb
+1-4
Original file line number
Diff line number
Diff line change
@@ -33,9 +33,6 @@ def enabled?
33
33
ifenabled
34
34
warnAppMap::Util.color("AppMap #{@recording_method.nil? ? '' : "#{@recording_method} "}recording is enabled because #{message}",:magenta)
35
35
# Inform the user that legacy APPMAP=true isn't required any more
36
-
ifenabled_by_env && ENV['APPMAP'] == 'true'
37
-
warnAppMap::Util.color("Note: Setting envirnoment variable APPMAP=true is no longer necessary to enable #{@recording_method} recording in this environment.",:yellow)
0 commit comments