Skip to content

Commit

Permalink
Fixed stray log messages
Browse files Browse the repository at this point in the history
  • Loading branch information
jakob committed Jun 8, 2016
1 parent e275244 commit 0ad99ce
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 13 deletions.
17 changes: 8 additions & 9 deletions Table Tool/Base.lproj/Document.xib
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="9060" systemVersion="14F1808" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="10117" systemVersion="15F34" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
<dependencies>
<development version="5100" identifier="xcode"/>
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="9060"/>
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="10117"/>
</dependencies>
<objects>
<customObject id="-2" userLabel="File's Owner" customClass="Document">
Expand All @@ -15,7 +15,6 @@
<outlet property="toolBarButtonsAddRow" destination="FID-WH-eOP" id="PN3-hD-qNn"/>
<outlet property="toolbarItemAddColumn" destination="L16-81-E18" id="KPS-3i-p7J"/>
<outlet property="toolbarItemAddRow" destination="uIc-SS-WZD" id="K0q-Mc-Iyb"/>
<outlet property="toolbarItemConvert" destination="cxB-ko-x5S" id="pnY-W3-9Sr"/>
<outlet property="toolbarItemDeleteColumn" destination="RIC-u2-0Xr" id="N9X-h4-Gbj"/>
<outlet property="toolbarItemDeleteRow" destination="yQy-V2-Gkq" id="Ic3-C1-weY"/>
<outlet property="window" destination="xOd-HO-29H" id="JIz-fz-R2o"/>
Expand All @@ -27,7 +26,7 @@
<windowStyleMask key="styleMask" titled="YES" closable="YES" miniaturizable="YES" resizable="YES"/>
<windowPositionMask key="initialPositionMask" leftStrut="YES" topStrut="YES"/>
<rect key="contentRect" x="100" y="355" width="837" height="523"/>
<rect key="screenRect" x="0.0" y="0.0" width="1920" height="1177"/>
<rect key="screenRect" x="0.0" y="0.0" width="1920" height="1057"/>
<value key="minSize" type="size" width="94" height="200"/>
<view key="contentView" id="gIp-Ho-8D9">
<rect key="frame" x="0.0" y="0.0" width="837" height="523"/>
Expand All @@ -47,7 +46,7 @@
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<tableView verticalHuggingPriority="750" allowsExpansionToolTips="YES" columnAutoresizingStyle="none" columnSelection="YES" autosaveColumns="NO" headerView="81d-2U-CFl" id="bLT-tG-Zln">
<rect key="frame" x="0.0" y="0.0" width="677" height="18"/>
<rect key="frame" x="0.0" y="0.0" width="837" height="500"/>
<autoresizingMask key="autoresizingMask"/>
<size key="intercellSpacing" width="1" height="1"/>
<color key="backgroundColor" red="0.96014835858585856" green="0.96014835858585856" blue="0.96014835858585856" alpha="1" colorSpace="calibratedRGB"/>
Expand Down Expand Up @@ -85,7 +84,7 @@
<autoresizingMask key="autoresizingMask"/>
</scroller>
<tableHeaderView key="headerView" id="81d-2U-CFl">
<rect key="frame" x="0.0" y="0.0" width="837" height="17"/>
<rect key="frame" x="0.0" y="0.0" width="837" height="23"/>
<autoresizingMask key="autoresizingMask"/>
</tableHeaderView>
</scrollView>
Expand Down Expand Up @@ -155,8 +154,8 @@
<nil key="toolTip"/>
<size key="minSize" width="71" height="28"/>
<size key="maxSize" width="71" height="28"/>
<segmentedControl key="view" verticalHuggingPriority="750" id="ufp-YO-QNk">
<rect key="frame" x="1" y="14" width="71" height="28"/>
<segmentedControl key="view" verticalHuggingPriority="750" misplaced="YES" id="ufp-YO-QNk">
<rect key="frame" x="0.0" y="14" width="71" height="28"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
<segmentedCell key="cell" enabled="NO" borderStyle="border" alignment="left" style="separated" trackingMode="momentary" id="KPy-FB-oij">
<font key="font" metaFont="system"/>
Expand Down Expand Up @@ -202,7 +201,7 @@
<size key="minSize" width="30" height="25"/>
<size key="maxSize" width="34" height="28"/>
<button key="view" verticalHuggingPriority="750" id="gD3-M7-an0">
<rect key="frame" x="15" y="14" width="32" height="28"/>
<rect key="frame" x="13" y="14" width="32" height="28"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
<buttonCell key="cell" type="roundTextured" bezelStyle="texturedRounded" image="NSShareTemplate" imagePosition="only" alignment="center" lineBreakMode="truncatingTail" state="on" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="Da0-dZ-kQ1">
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
Expand Down
4 changes: 0 additions & 4 deletions Table Tool/Document.m
Original file line number Diff line number Diff line change
Expand Up @@ -171,8 +171,6 @@ - (BOOL)readFromData:(NSData *)data ofType:(NSString *)typeName error:(NSError *
CSVHeuristic *formatHeuristic = [[CSVHeuristic alloc]initWithData:data];
_inputConfig = [formatHeuristic calculatePossibleFormat];

NSLog(@"config: %@", _inputConfig.description);

savedData = data;
_maxColumnNumber = 1;
[_data removeAllObjects];
Expand Down Expand Up @@ -988,8 +986,6 @@ -(IBAction)exportFile:(id)sender {
if (result == NSFileHandlingPanelOKButton)
{
NSURL* theFile = [savePanel URL];
NSLog(@"Save file with config: %@", accessoryViewController.config.description);

[self writeToURL:theFile ofType:@"csv" error:nil withConfiguration:accessoryViewController.config];
}
}];
Expand Down

0 comments on commit 0ad99ce

Please sign in to comment.